Skip to content

Commit

Permalink
Merge pull request #46438 from Expensify/cmartins-fixWebDeploy
Browse files Browse the repository at this point in the history
[No QA] Fix uploading web assets to GitHub Releases
  • Loading branch information
luacmartins authored Jul 29, 2024
2 parents 1099744 + 953ae3a commit 36d6ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:

- name: Upload web build to GitHub Release
if: ${{ fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run:
run: |
tar -czvf webBuild.tar.gz dist
zip -r webBuild.zip dist
gh release upload ${{ github.event.release.tag_name }} webBuild.tar.gz webBuild.zip
Expand Down

0 comments on commit 36d6ec3

Please sign in to comment.