We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e27ed commit 3a62aa3Copy full SHA for 3a62aa3
.github/workflows/build.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: Rearchive artifact
144
run: |
145
mv artifact/ "${{ env.RELEASE_NAME }}"
146
- tar cf "${{ env.RELEASE_NAME }}.tgz" "${{ env.RELEASE_NAME }}/"
+ tar cfz "${{ env.RELEASE_NAME }}.tgz" "${{ env.RELEASE_NAME }}/"
147
148
- name: Upload to Release
149
uses: svenstaro/upload-release-action@v2
0 commit comments