Skip to content

Commit b088ff5

Browse files
committed
Fixed syntax error
1 parent 981c087 commit b088ff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
windows_certs_password: ${{ secrets.win_certs_password }}
149149

150150
# Base64-encoded code signing certificate for macOS
151-
mac_certs: ${{ secrets.mac_certs }}
151+
mac_certs: ${{ secrets.mac_certs }}
152152

153153
# Password for decrypting `mac_certs`
154-
mac_certs_password: ${{ secrets.mac_certs_password }}
154+
mac_certs_password: ${{ secrets.mac_certs_password }}

0 commit comments

Comments
 (0)