Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
boobo94 committed Nov 10, 2024
1 parent 9116802 commit 6bef0aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ jobs:
# run: yarn publish --access public --verbose # Or use 'restricted' for private packages


- name: Zip build files
run: zip -r build.zip ./dist # Change ./dist to your build directory
# - name: Zip build files
# run: zip -r build.zip ./dist # Change ./dist to your build directory

- name: Compress build files to tar.gz
run: tar -czvf build.tar.gz ./dist # Change ./dist to your build directory

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 6bef0aa

Please sign in to comment.