Skip to content

Commit 36423da

Browse files
committed
fixed cert creation
1 parent 65aba43 commit 36423da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
CODESIGN_CERT: ${{ secrets.CODESIGN_PEM }}
4343
working-directory: nuget
4444
run: |
45-
echo $CODESIGN_CERT > cert.pem
45+
echo "$CODESIGN_CERT" > cert.pem
4646
chmod +x ./rcodesign
4747
dotnet pack -c $app_conf --no-build -o `pwd`/artifacts -p:Version=$app_version -p:CommitSHA=$GITHUB_SHA -p:OSXCertPath=cert.pem
4848
rm cert.pem

0 commit comments

Comments
 (0)