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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: zigfetch-${{ matrix.target }}
|
name: zigfetch-${{ matrix.target }}
|
||||||
path: |
|
path: zigfetch-${{ matrix.target }}.tar.gz
|
||||||
# zig-out/bin/zigfetch-${{ matrix.target }}
|
|
||||||
zigfetch-${{ matrix.target }}.tar.gz
|
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user