Update deploy.yml

This commit is contained in:
Florian Metz
2019-11-15 00:04:45 +01:00
committed by GitHub
parent 5b66cdd8d4
commit 6961907eec

View File

@@ -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