From 26f6e97ad8b67ce6d9734b9456ee7976fc387ee0 Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Wed, 8 Apr 2020 15:49:30 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 20dd35e..a7ebfd3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,6 @@ name: DePloY on: + push: release: types: [published] env: @@ -44,11 +45,11 @@ jobs: npm i -g typescript - name: Download InstallBuilder run: | - wget https://clients.bitrock.com/installbuilder/installbuilder-enterprise-19.10.0-linux-x64-installer.run - chmod u+x installbuilder-enterprise-19.10.0-linux-x64-installer.run + wget https://clients.bitrock.com/installbuilder/installbuilder-enterprise-20.3.0-linux-x64-installer.run + chmod u+x installbuilder-enterprise-20.3.0-linux-x64-installer.run - name: Install InstallBuilder run: | - ./installbuilder-enterprise-19.10.0-linux-x64-installer.run --installer-language en --prefix ./installbuilder --mode unattended + ./installbuilder-enterprise-20.3.0-linux-x64-installer.run --installer-language en --prefix ./installbuilder --mode unattended echo "${{ secrets.IBLICENSE }}" > ./installbuilder/license.xml - name: Prepare Upgrade Installer run: |