another quote

This commit is contained in:
2024-07-02 20:49:08 -06:00
parent 3d2d1b91a4
commit 4eedc58988

View File

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