Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreBytee committed Sep 18, 2022
1 parent ba64aa5 commit 948f1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 948f1a0

Please sign in to comment.