fix if syntax

This commit is contained in:
2024-07-02 20:36:20 -06:00
parent bc510b3d6e
commit 0d685f250e

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 }},