Skip to content

Commit 8caa8c4

Browse files
committed
making sure rcodesign is executable
1 parent 02c9a50 commit 8caa8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
working-directory: nuget
4444
run: |
4545
echo $CODESIGN_CERT > cert.pem
46+
chmod +x ./rcodesign
4647
dotnet pack -c $app_conf --no-build -o `pwd`/artifacts -p:Version=$app_version -p:CommitSHA=$GITHUB_SHA -p:OSXCertPath=cert.pem
4748
rm cert.pem
4849
- uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)