Fix artifact path
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user