Escape cert name, as it will contain spaces

This commit is contained in:
FriwiDev 2022-02-18 14:15:41 +01:00
parent 618220e286
commit cf62b2343b

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 }}
./compile_macosx.sh amd64 Release ${{ github.event.inputs.repo }} ${{ github.event.inputs.ref }} "${{ secrets.APPLE_BUILD_CERTIFICATE_NAME }}"
- name: Clean up keychain
if: ${{ always() }}
run: |