Skip to content

Commit 3a62aa3

Browse files
authored
リリースの配布形式を修正 (#3)
1 parent f6e27ed commit 3a62aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Rearchive artifact
144144
run: |
145145
mv artifact/ "${{ env.RELEASE_NAME }}"
146-
tar cf "${{ env.RELEASE_NAME }}.tgz" "${{ env.RELEASE_NAME }}/"
146+
tar cfz "${{ env.RELEASE_NAME }}.tgz" "${{ env.RELEASE_NAME }}/"
147147
148148
- name: Upload to Release
149149
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)