Skip to content

Commit e72b518

Browse files
committed
update workflow
1 parent aa92227 commit e72b518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/electron-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
yarn build:win
3030
- name: Import Apple installer signing certificate
31-
if: matrix.os.matrix == 'macos'
31+
if: ${{ matrix.os == 'macos-latest'}}
3232
uses: Apple-Actions/import-codesign-certs@v2
3333
with:
3434
p12-file-base64: ${{ secrets.APPLE_DEV_ID_APP }}

0 commit comments

Comments
 (0)