diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 551f30cc352..b13f0803937 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -230,7 +230,7 @@ jobs: - name: Build artifact run: | pyinstaller checkov.spec - zip checkov.zip checkov + zip checkov.zip dist/checkov - uses: actions/upload-artifact@v3 with: name: checkov_${{ matrix.name }}.zip