Skip to content

Commit

Permalink
feat: publish compressed dist with tar gzip format
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 25, 2023
1 parent a86c4ba commit 0c9b31d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ jobs:
publish_dir: ./dist
cname: d.metacubex.one

- name: zip
run: |
zip -r ../dist.zip .
working-directory: dist
- name: compress dist
run: tar czvf compressed-dist.tgz -C dist .

- name: attach github release artifacts
uses: softprops/action-gh-release@v1
with:
files: dist.zip
files: compressed-dist.tgz
tag_name: ${{ needs.release-please.outputs.tag_name }}

release-image:
Expand Down

0 comments on commit 0c9b31d

Please sign in to comment.