double quotes

This commit is contained in:
2024-07-02 20:51:12 -06:00
parent 4eedc58988
commit 1c6f181fb0

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