Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1940ec1f35
|
@@ -28,10 +28,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Zig
|
||||
uses: https://github.com/mlugg/setup-zig@v2
|
||||
uses: mlugg/setup-zig@v2
|
||||
with:
|
||||
version: 0.16.0
|
||||
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
sha256sum "dist/${artifact_dir}.tar.gz" > "dist/${artifact_dir}.tar.gz.sha256"
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: zig-chess-${{ github.ref_name }}
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user