We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f9e0e commit e49fd89Copy full SHA for e49fd89
.github/workflows/release.yml
@@ -89,6 +89,11 @@ jobs:
89
APPLE_ID: ${{ secrets.APPLE_ID }}
90
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
91
run: yarn run publish --arch=${{ matrix.arch }} --dry-run
92
+ - name: Build (Windows)
93
+ if: ${{ startsWith(matrix.os, 'windows-') }}
94
+ env:
95
+ CERT_FINGERPRINT: ${{ secrets.CERT_FINGERPRINT }}
96
+ run: yarn run publish --arch=${{ matrix.arch }} --dry-run
97
- name: Build
98
if: ${{ !startsWith(matrix.os, 'macos-') }}
99
0 commit comments