From d9aba188e220c0cc9c0bb930226cd02ed6c3fbab Mon Sep 17 00:00:00 2001 From: Rinse Date: Wed, 13 Mar 2024 13:25:58 +0000 Subject: [PATCH] ci(windows): use ubuntu machine to release windows, not sure if it will work --- .github/workflows/CI-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI-release.yml b/.github/workflows/CI-release.yml index 68a571d..9f091ea 100644 --- a/.github/workflows/CI-release.yml +++ b/.github/workflows/CI-release.yml @@ -76,7 +76,7 @@ jobs: generate-upload-windows-installers: name: Generate and upload windows installers if: ${{ github.event.workflow_run.conclusion == 'success' }} - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -91,6 +91,8 @@ jobs: - name: Get latest release tag id: previoustag uses: WyriHaximus/github-action-get-previous-tag@v1 + - name: Install deps needed to create windows installer + run: sudo apt install -y nsis p7zip - name: Install dependencies run: yarn install --frozen-lockfile - name: Generate Windows installer