diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 959d61793..2b07dc176 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -215,7 +215,7 @@ jobs: id: upload-release if: (github.repository == 'CESNET/UltraGrid' && github.ref == 'refs/heads/master') || startsWith(github.ref, 'refs/tags/') run: | - brew install jq + brew list jq >/dev/null || brew install jq .github/scripts/replace-asset.sh $TAG UltraGrid-$VERSION.dmg application/x-apple-diskimage macOS%20$(uname -m)%20build - name: Upload Build if: steps.upload-release.conclusion == 'skipped'