mirror of
https://github.com/derrod/legendary.git
synced 2026-08-27 09:54:55 +00:00
ci: add macOS zip
This commit is contained in:
parent
06750b2893
commit
6547465111
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -62,6 +62,10 @@ jobs:
|
|||
done
|
||||
done
|
||||
|
||||
- name: Package macOS zip
|
||||
working-directory: dist
|
||||
run: 7z a legendary_macOS.zip legendary_macOS_*
|
||||
|
||||
- name: Create draft release
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue