Skip to content

Commit

Permalink
ci: fix venus-html5-app.tar.gz prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbosma committed Nov 2, 2023
1 parent 845ca2d commit 6cf3754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
REACT_APP_ENABLE_LANG_OVERRIDE: false
- name: Archive bundle
if: steps.check_tag.outputs.match == 'true'
run: tar -zcvf venus-html5-app.tar.gz dist/
run: tar --transform='s/dist/www\/app/' -zcvf venus-html5-app.tar.gz dist/
- name: Create Release
id: create_release
if: steps.check_tag.outputs.match == 'true'
Expand Down

0 comments on commit 6cf3754

Please sign in to comment.