Try to fix notarization

This commit is contained in:
FriwiDev 2022-02-25 15:05:19 +01:00
parent 46a06687cf
commit 308708eb3e
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
name: Build
run: |
chmod +x compile_macosx.sh
./compile_macosx.sh amd64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }} "${{ secrets.APPLE_BUILD_CERTIFICATE_NAME }}" "${{ secrets.APPLE_TEAM_NAME }}" "${{ secrets.APPLE_ID }}" "${{ secrets.APPLE_PASSWORD }}"
./compile_macosx.sh amd64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }} "${{ secrets.APPLE_BUILD_CERTIFICATE_NAME }}" ${{ secrets.APPLE_TEAM_NAME }} ${{ secrets.APPLE_ID }} ${{ secrets.APPLE_PASSWORD }}
- name: Clean up keychain
if: ${{ always() }}
run: |

View File

@ -69,6 +69,6 @@ fi
xcrun stapler staple "$1"
# clean up
rm -f $APP_NAME.zip
rm -f "$APP_NAME.zip"
echo "##########################################################"