build: fixed glob in artifact path
This commit is contained in:
parent
9e03fc9aea
commit
6ee6957858
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -87,4 +87,4 @@ jobs:
|
|||
omitBodyDuringUpdate: true
|
||||
replacesArtifacts: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifacts: ${{ github.workspace }}/canary-build-${{ runner.os }}/*.{AppImage|zip}
|
||||
artifacts: ${{ github.workspace }}/canary-build-*/*.{AppImage,zip}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue