Merge pull request #18 from utox39/build/fix-artifact-output

build: use the correct artifact path
This commit is contained in:
utox39
2025-10-03 14:45:42 +02:00
committed by GitHub

View File

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