Use Gitea-compatible artifact upload action
All checks were successful
Build and Release / Build executables (push) Successful in 6m49s

This commit is contained in:
WayfinderAK 2026-05-20 21:06:51 -08:00
parent 87a34cf42d
commit 7e60e090f2
No known key found for this signature in database

View File

@ -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: |