mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
Update deploy.yml
This commit is contained in:
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@@ -45,3 +45,12 @@ jobs:
|
||||
name: macOS-latest
|
||||
- name: Test Stuff
|
||||
run: ls -ls
|
||||
- name: Create installer (MacOS 64bit)
|
||||
run: |
|
||||
tsc util/prepare
|
||||
node util/prepare PreMiD-darwin-x64
|
||||
installbuilder/bin/builder build installer.xml osx
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: PreMiD-darwin-x64
|
||||
path: dist/installer
|
||||
|
||||
Reference in New Issue
Block a user