Skip to content

Commit 19a3847

Browse files
committed
prevent double archive
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 47ca80b commit 19a3847

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,13 @@ jobs:
4242
run: make dist
4343
continue-on-error: true
4444

45-
- name: Zip dist directory
46-
if: success()
47-
run: |
48-
zip -r cmk-binaries.pr${{ github.event.pull_request.number }}.zip dist/
49-
5045
- name: Upload zipped dist artifact
5146
id: upload_artifact
5247
uses: actions/upload-artifact@v4
5348
if: success()
5449
with:
5550
name: cmk-binaries.pr${{ github.event.pull_request.number }}
56-
path: cmk-binaries.pr${{ github.event.pull_request.number }}.zip
51+
path: dist/
5752
if-no-files-found: error
5853
retention-days: 10
5954

0 commit comments

Comments
 (0)