build: use the correct artifact path
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -73,9 +73,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zigfetch-${{ matrix.target }}
|
||||
path: |
|
||||
# zig-out/bin/zigfetch-${{ matrix.target }}
|
||||
zigfetch-${{ matrix.target }}.tar.gz
|
||||
path: zigfetch-${{ matrix.target }}.tar.gz
|
||||
retention-days: 3
|
||||
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user