Skip to content

Commit

Permalink
Fix release workflow for windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfs committed May 2, 2022
1 parent 4308997 commit 4795d2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
fail-fast: false
matrix:
# Select platform(s)
os: [ubuntu-latest, macos-latest, windows-latest]
# TEMPORARY downgrade to windows-2019 until we upgrade better-sqlite3 (& node-gyp)
os: [ ubuntu-latest, macos-latest, windows-2019 ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
with:
name: snowman-win.zip
path: ./wrapper/build/*.zip
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
- name: Upload artifact (MacOS)
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4795d2c

Please sign in to comment.