Skip to content

Commit 0237e1e

Browse files
authored
Update coverity-bridge-cli.yml
1 parent 53af58f commit 0237e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverity-bridge-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: ${{ github.event_name != 'pull_request' }}
3232
run: |
3333
curl -fLsS -o bridge.zip ${{ vars.BRIDGECLI_LINUX64 }} && unzip -qo -d ${{ runner.temp }} bridge.zip && rm -f bridge.zip
34-
${{ runner.temp }}/bridge-cli --stage connect \
34+
${{ runner.temp }}/bridge-cli-bundle-linux64/bridge-cli --stage connect \
3535
coverity.connect.project.name=${{ github.event.repository.name }} \
3636
coverity.connect.stream.name=${{ github.event.repository.name }}-${{ github.ref_name }} \
3737
coverity.connect.policy.view='Outstanding Issues'
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ github.event_name == 'pull_request' }}
4141
run: |
4242
curl -fLsS -o bridge.zip ${{ vars.BRIDGECLI_LINUX64 }} && unzip -qo -d ${{ runner.temp }} bridge.zip && rm -f bridge.zip
43-
${{ runner.temp }}/bridge-cli --stage connect \
43+
${{ runner.temp }}/bridge-cli-bundle-linux64/bridge-cli --stage connect \
4444
coverity.connect.project.name=${{ github.event.repository.name }} \
4545
coverity.connect.stream.name=${{ github.event.repository.name }}-${{ github.base_ref }} \
4646
coverity.automation.prcomment=true \

0 commit comments

Comments
 (0)