Skip to content

Commit

Permalink
Fix path to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor committed Jul 6, 2023
1 parent 04e4ad9 commit f63ee51
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 @@ -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
Expand Down

0 comments on commit f63ee51

Please sign in to comment.