diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-12-11 22:16:29 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-12-11 22:16:29 +0900 |
commit | 38633e31bda7f68ff3512c95eb3f6376f6326e6f (patch) | |
tree | 57017b7099ada8595e7a54e1d044efb13690ef98 /.github | |
parent | f6d9a212b95fdc05d4cf194758d0bbe69b4a28ef (diff) |
add 'z' to tar in release.yml...
and fix typo in README
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0608eeb..eecca55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 |