hopefully last github action fix

This commit is contained in:
lily 2025-08-23 09:23:32 +10:00
parent 1530a5fda1
commit 7c93d5e9ff

View file

@ -24,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: agg-linux-amd64 name: agg-linux-amd64
path: agg/bin/agg path: bin/agg
build_windows: build_windows:
runs-on: windows-latest runs-on: windows-latest
@ -49,7 +49,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: agg-windows-amd64 name: agg-windows-amd64
path: agg/bin/agg.exe path: bin/agg.exe
create_release_and_upload_assets: create_release_and_upload_assets:
runs-on: ubuntu-latest runs-on: ubuntu-latest