mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-20 05:37:48 +02:00
fix github action
This commit is contained in:
parent
b23f0ad49d
commit
008b281178
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
working-directory: agg
|
working-directory: agg
|
||||||
|
|
||||||
- name: Upload Linux artifact
|
- name: Upload Linux artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: agg-linux-amd64
|
name: agg-linux-amd64
|
||||||
path: agg/bin/agg
|
path: agg/bin/agg
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
shell: bash # Choco-installed make typically comes with Git Bash, which provides `bash`.
|
shell: bash # Choco-installed make typically comes with Git Bash, which provides `bash`.
|
||||||
|
|
||||||
- name: Upload Windows artifact
|
- name: Upload Windows artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: agg-windows-amd64
|
name: agg-windows-amd64
|
||||||
path: agg/bin/agg.exe
|
path: agg/bin/agg.exe
|
||||||
|
@ -94,13 +94,13 @@ jobs:
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
- name: Download Linux artifact
|
- name: Download Linux artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: agg-linux-amd64
|
name: agg-linux-amd64
|
||||||
path: ./artifacts/linux/
|
path: ./artifacts/linux/
|
||||||
|
|
||||||
- name: Download Windows artifact
|
- name: Download Windows artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: agg-windows-amd64
|
name: agg-windows-amd64
|
||||||
path: ./artifacts/windows/
|
path: ./artifacts/windows/
|
||||||
|
|
Loading…
Add table
Reference in a new issue