mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-20 21:57:04 +02:00
hopefully last github action fix
This commit is contained in:
parent
1530a5fda1
commit
7c93d5e9ff
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue