Skip to content

Commit

Permalink
chore: fix github releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jun 3, 2024
1 parent e785af6 commit c55db83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
# Zip assets into bundle
- name: Zip assets
run: |
zip --junk-paths bundles ./dist/*.js ./dist/*.map
zip --junk-paths bundles ./packages/Main/dist/*.js ./packages/Main/dist/*.map
# Upload release asset
- name: upload release asset
Expand Down

0 comments on commit c55db83

Please sign in to comment.