fix if syntax
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -93,7 +93,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: code-sign the app,
|
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',
|
run: './.github/workflows/scripts/mac/sign-apps.sh',
|
||||||
env: {
|
env: {
|
||||||
PROD_MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }},
|
PROD_MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }},
|
||||||
|
Reference in New Issue
Block a user