Use Gitea-compatible artifact upload action
All checks were successful
Build and Release / Build executables (push) Successful in 6m49s
All checks were successful
Build and Release / Build executables (push) Successful in 6m49s
This commit is contained in:
parent
87a34cf42d
commit
7e60e090f2
@ -60,7 +60,7 @@ jobs:
|
||||
sha256sum "dist/${artifact_dir}.tar.gz" > "dist/${artifact_dir}.tar.gz.sha256"
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: zig-chess-${{ github.ref_name }}
|
||||
path: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user