Skip to content

Commit eefbf43

Browse files
attempt to manually notarize for the 5th time
1 parent 2d90ddc commit eefbf43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ jobs:
9292
request_uuid=$(echo "$submit_output" | grep 'id:' | awk '{print $2}')
9393
9494
echo "Extracted UUID: $request_uuid"
95-
echo "NOTARIZATION_UUID=$request_uuid" >> $GITHUB_ENV
95+
# Use GitHub's special environment file syntax
96+
echo "NOTARIZATION_UUID<<EOF" >> $GITHUB_ENV
97+
echo "$request_uuid" >> $GITHUB_ENV
98+
echo "EOF" >> $GITHUB_ENV
9699
97100
- name: Wait for notarization to finish
98101
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)