Skip to content

Commit 47ca80b

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 981aad7 commit 47ca80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pr-cmk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Zip dist directory
4646
if: success()
4747
run: |
48-
zip -r cmk-dist.pr${{ github.event.pull_request.number }}.zip dist/
48+
zip -r cmk-binaries.pr${{ github.event.pull_request.number }}.zip dist/
4949
5050
- name: Upload zipped dist artifact
5151
id: upload_artifact

0 commit comments

Comments
 (0)