Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8de9f6eb71 | ||
|
|
002897dfdc |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user