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 uses: actions/upload-artifact@v7
with: with:
name: ${{ matrix.arch }} name: ${{ matrix.arch }}
path: "*.zip" path: "*.tar.xz"
release: release:
needs: build needs: build
@@ -36,4 +36,4 @@ jobs:
uses: actions/gitea-release-action@v1 uses: actions/gitea-release-action@v1
with: with:
files: |- files: |-
"*.zip" "*.tar.xz"