We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981aad7 commit 47ca80bCopy full SHA for 47ca80b
1 file changed
.github/workflows/build-pr-cmk.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Zip dist directory
46
if: success()
47
run: |
48
- zip -r cmk-dist.pr${{ github.event.pull_request.number }}.zip dist/
+ zip -r cmk-binaries.pr${{ github.event.pull_request.number }}.zip dist/
49
50
- name: Upload zipped dist artifact
51
id: upload_artifact
0 commit comments