From 0405098dccb558efe83a66269d6ccf40c2233c9e Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Mon, 18 Nov 2019 12:01:51 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1b7f35f..4202363 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,13 +45,6 @@ jobs: unzip macOS-latest/macOS-latest.zip ls -ls macOS-latest/ mv macOS-latest/**/* dist/ - - uses: actions/download-artifact@master - with: - name: windows-latest - - name: Unzip Windows - run: | - unzip windows-latest/windows-latest.zip - mv windows-latest/**/* dist/ - name: Download InstallBuilder run: | wget https://clients.bitrock.com/installbuilder/installbuilder-enterprise-19.10.0-linux-x64-installer.run @@ -77,6 +70,15 @@ jobs: with: name: PreMiD-darwin-x64 path: PreMiD-darwin-x64.zip + - uses: actions/download-artifact@master + with: + name: windows-latest + - name: Unzip Windows + run: | + rm -r dist/ + mkdir dist + unzip windows-latest/windows-latest.zip + mv windows-latest/**/* dist/ - name: Create installer (Windows 64bit) run: | node util/prepare PreMiD-win32-x64