Skip to content

Commit

Permalink
Remove extra .zip postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor committed Jul 6, 2023
1 parent a7efb40 commit c4f9b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ jobs:
run: pipenv run pyinstaller checkov.spec
- uses: actions/upload-artifact@v3
with:
name: checkov_${{ matrix.name }}.zip
name: checkov_${{ matrix.name }}
path: dist/checkov${{ matrix.suffix }}
if-no-files-found: error

0 comments on commit c4f9b57

Please sign in to comment.