mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-19 21:27:05 +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
|
||||
|
||||
- name: Upload Linux artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: agg-linux-amd64
|
||||
path: agg/bin/agg
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
shell: bash # Choco-installed make typically comes with Git Bash, which provides `bash`.
|
||||
|
||||
- name: Upload Windows artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: agg-windows-amd64
|
||||
path: agg/bin/agg.exe
|
||||
|
@ -94,13 +94,13 @@ jobs:
|
|||
prerelease: false
|
||||
|
||||
- name: Download Linux artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: agg-linux-amd64
|
||||
path: ./artifacts/linux/
|
||||
|
||||
- name: Download Windows artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: agg-windows-amd64
|
||||
path: ./artifacts/windows/
|
||||
|
|
Loading…
Add table
Reference in a new issue