Skip to content

Commit 08a61d4

Browse files
committed
Fix issue
1 parent ce12198 commit 08a61d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/coverity.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,9 @@ jobs:
8686
cov-build --dir cov-int msbuild.exe ALL_BUILD.vcxproj -m -v:n
8787
- name: Archive Coverity build results
8888
run: |
89-
cd build
9089
7z a -r cov-int.zip cov-int
9190
- name: Submit Coverity results for analysis
9291
run: |
93-
cd build
9492
curl \
9593
--form token="${{ secrets.COVERITY_TOKEN }}" \
9694
--form email="${{ secrets.COVERITY_EMAIL }}" \

0 commit comments

Comments
 (0)