Skip to content

Commit

Permalink
fixed cert creation
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur committed Jun 8, 2023
1 parent 65aba43 commit 36423da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CODESIGN_CERT: ${{ secrets.CODESIGN_PEM }}
working-directory: nuget
run: |
echo $CODESIGN_CERT > cert.pem
echo "$CODESIGN_CERT" > cert.pem
chmod +x ./rcodesign
dotnet pack -c $app_conf --no-build -o `pwd`/artifacts -p:Version=$app_version -p:CommitSHA=$GITHUB_SHA -p:OSXCertPath=cert.pem
rm cert.pem
Expand Down

0 comments on commit 36423da

Please sign in to comment.