mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-09-16 14:53:19 +00:00
made the zip
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
$(git tag --points-at HEAD -n99 --format="%(contents)")
|
||||
STRING
|
||||
EOF
|
||||
- name: tar it #TODO zip too?
|
||||
- name: tar it
|
||||
run: mkdir release; tar -czvf release/release.tar.gz dist/*
|
||||
- name: zip it
|
||||
run: zip release/release.zip -r dist/*
|
||||
|
||||
Reference in New Issue
Block a user