add 'z' to tar in release.yml...

and fix typo in README
This commit is contained in:
Ryo Nakamura
2022-12-11 22:16:29 +09:00
parent f6d9a212b9
commit 38633e31bd
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ jobs:
run: |
cd ..
cp -r mscp mscp-${{env.VERSION}}
tar cvf mscp-${{env.VERSION}}.tar.gz --exclude-vcs mscp-${{env.VERSION}}
tar zcvf mscp-${{env.VERSION}}.tar.gz --exclude-vcs mscp-${{env.VERSION}}
- name: Release
uses: softprops/action-gh-release@v1