From 22376139f20649fa5a61b6c65bacebea35401f05 Mon Sep 17 00:00:00 2001 From: utox39 Date: Fri, 3 Oct 2025 14:43:25 +0200 Subject: [PATCH] build: use the correct artifact path --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e3ae26..3b2326d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: