try fix again

This commit is contained in:
2024-07-02 20:40:17 -06:00
parent 3c195437de
commit 381987efbe

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