Separate brace expansion into two upload calls
This commit is contained in:
parent
93e743d171
commit
4744d0c9e4
|
@ -916,7 +916,13 @@ jobs:
|
|||
- uses: ./.github/actions/upload-release-asset
|
||||
with:
|
||||
name: '' # use filename
|
||||
path: "*.{tar.gz,zip}"
|
||||
path: "*.tar.xz"
|
||||
release-tag: ${{ steps.get-tag.outputs.tag }}
|
||||
should-create-release: true
|
||||
- uses: ./.github/actions/upload-release-asset
|
||||
with:
|
||||
name: '' # use filename
|
||||
path: "*.zip"
|
||||
release-tag: ${{ steps.get-tag.outputs.tag }}
|
||||
should-create-release: true
|
||||
docker-build:
|
||||
|
|
Loading…
Reference in New Issue