From 38633e31bda7f68ff3512c95eb3f6376f6326e6f Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sun, 11 Dec 2022 22:16:29 +0900 Subject: add 'z' to tar in release.yml... and fix typo in README --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yml') 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 -- cgit v1.2.3