Skip to content

Commit

Permalink
tar.gz instead of zi
Browse files Browse the repository at this point in the history
  • Loading branch information
b100dian committed Dec 2, 2024
1 parent 53f6ba1 commit b169bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
run: yarn run tsc
- name: Build project
run: yarn build
- name: Bundle builded data
run: zip release-${{github.head_ref || github.ref_name}}.zip -r ./target/*
- name: Bundle built data
run: tar -czf hydrogen-web-${{github.head_ref || github.ref_name}}.tar.gz -C ./target/ .
- name: Update release
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit b169bc4

Please sign in to comment.