From 002897dfdc652c3ed71c4f266517ea7e00cb97de Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 5 Aug 2026 22:03:49 -0500 Subject: [PATCH] Fix artifact path --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1dd448b..370fe80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: uses: actions/upload-artifact@v7 with: name: ${{ matrix.arch }} - path: "*.zip" + path: "*.tar.xz" release: needs: build @@ -36,4 +36,4 @@ jobs: uses: actions/gitea-release-action@v1 with: files: |- - "*.zip" + "*.tar.xz"