Skip to content

Commit

Permalink
Fix Windows release build
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Apr 15, 2024
1 parent 7b0ade1 commit 4441f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: npm install

- name: Import windows certificate
if: matrix.platform == 'windows-latest'
if: matrix.settings.platform == 'windows-latest'
env:
WINDOWS_CERTIFICATE: ${{ secrets.WINDOWS_CERTIFICATE }}
WINDOWS_CERTIFICATE_PASSWORD: ${{ secrets.WINDOWS_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 4441f44

Please sign in to comment.