mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
No idea if it works...
This commit is contained in:
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@@ -34,3 +34,12 @@ jobs:
|
||||
run: |
|
||||
./installbuilder-enterprise-19.10.0-linux-x64-installer.run --installer-language en --prefix ./installbuilder --mode unattended
|
||||
echo "${{ secrets.IBLICENSE }}" > ./installbuilder/license.xml
|
||||
- name: Create installer (Windows 32bit)
|
||||
run: |
|
||||
tsc prepare
|
||||
node prepare PreMiD-win32-ia32
|
||||
installbuilder/bin/builder build installer.xml windows
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: PreMiD-win32-ia32
|
||||
path: dist/installer
|
||||
|
||||
Reference in New Issue
Block a user