Skip to content

Commit

Permalink
リリースの配布形式を修正 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v authored Jan 9, 2022
1 parent f6e27ed commit 3a62aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Rearchive artifact
run: |
mv artifact/ "${{ env.RELEASE_NAME }}"
tar cf "${{ env.RELEASE_NAME }}.tgz" "${{ env.RELEASE_NAME }}/"
tar cfz "${{ env.RELEASE_NAME }}.tgz" "${{ env.RELEASE_NAME }}/"
- name: Upload to Release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 3a62aa3

Please sign in to comment.