Fix artifact path

This commit is contained in:
Greg Hellings
2026-08-05 22:03:49 -05:00
parent a50754a3cc
commit 002897dfdc
+2 -2
View File
@@ -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"