Skip to content

Commit 89bdf37

Browse files
committed
build: fix notarize multiline
1 parent 9f6ed83 commit 89bdf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
--team-id 'L8SL8KUNVD' \
151151
--apple-id ${{ secrets.NOTARY_USERNAME }} \
152152
--password ${{ secrets.NOTARY_PASSWORD }} \
153-
--timeout 60
153+
--timeout 60 \
154154
--wait
155155
156156
- name: Staple macOS installer

0 commit comments

Comments
 (0)