Skip to content

Commit

Permalink
fix issue when uploading artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Feb 16, 2024
1 parent b0e018f commit 44b257a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
name: binaries
path: dist/
retention-days: 7
overwrite: true
- name: Export version
id: export-version
env:
Expand Down Expand Up @@ -135,6 +136,7 @@ jobs:
path: |
packaging/*.msi
retention-days: 7
overwrite: yes

publish-images:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -205,6 +207,7 @@ jobs:
with:
name: binaries
path: dist
merge-multiple: true
- name: Generate checksum file
env:
VERSION: ${{ env.VERSION }}
Expand Down

0 comments on commit 44b257a

Please sign in to comment.