Skip to content

Commit

Permalink
better zipping
Browse files Browse the repository at this point in the history
Signed-off-by: Yoram de Langen <[email protected]>
  • Loading branch information
yoramdelangen committed May 24, 2023
1 parent ce82378 commit b72ef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build project
run: yarn build
- name: Zip dist assets
run: zip -r tableau-tab_.zip dist
run: cd dist; zip -r tableau-tab.zip .
- if: startsWith(github.ref, 'refs/tags/')
name: Upload Release Assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b72ef18

Please sign in to comment.