try fix again?

This commit is contained in:
2024-07-02 20:37:42 -06:00
parent 0d685f250e
commit 3c195437de

View File

@@ -93,7 +93,7 @@
},
{
name: code-sign the app,
if: ${{ github.ref == 'refs/heads/builds' }},
if: "${{ github.ref == 'refs/heads/builds' }}",
run: './.github/workflows/scripts/mac/sign-apps.sh',
env: {
PROD_MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }},