build: use the correct artifact path

This commit is contained in:
utox39
2025-10-03 14:43:25 +02:00
parent a835074ee6
commit 22376139f2

View File

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