Skip to content

Commit

Permalink
ci(windows): use ubuntu machine to release windows, not sure if it wi…
Browse files Browse the repository at this point in the history
…ll work
  • Loading branch information
Rinse12 committed Mar 13, 2024
1 parent 3d4f9da commit d9aba18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d9aba18

Please sign in to comment.