diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b357c35..19354ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Rezip files run: | - for file in *; do echo "./${file}"; cd ${file}; zip ../TypeWriter-${file}.zip ./*; cd ..; rm -r ${file}; done + for file in *; do echo "./${file}"; cd ${file}; tar czf $artifact ../${file}.tar.gz *; cd ..; rm -r ${file}; done ls - name: Echo url