build: fixed artifact path
This commit is contained in:
parent
67e88d9c29
commit
9e03fc9aea
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 }}/**/*.zip
|
||||
artifacts: ${{ github.workspace }}/canary-build-${{ runner.os }}/*.{AppImage|zip}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue