From 46d8e1ecf587b74c5dab49ce586138893a02a5d5 Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Mon, 18 Nov 2019 01:09:52 +0100 Subject: [PATCH] plsssssss --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ab833b..5f663a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,15 +39,9 @@ jobs: - uses: actions/download-artifact@master with: name: macOS-latest - - uses: actions/download-artifact@master - with: - name: windows-latest - name: Unzip MacOS run: | unzip macOS-latest/macOS-latest.zip - - name: Unzip Windows - run: | - unzip windows-latest/windows-latest.zip - name: Download InstallBuilder run: | wget https://clients.bitrock.com/installbuilder/installbuilder-enterprise-19.10.0-linux-x64-installer.run @@ -73,6 +67,12 @@ jobs: with: name: PreMiD-darwin-x64 path: PreMiD-darwin-x64.zip + - uses: actions/download-artifact@master + with: + name: windows-latest + - name: Unzip Windows + run: | + unzip windows-latest/windows-latest.zip - name: Create installer (Windows 64bit) run: | node util/prepare PreMiD-win32-x64