We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ca80b commit 19a3847Copy full SHA for 19a3847
.github/workflows/build-pr-cmk.yml
@@ -42,18 +42,13 @@ jobs:
42
run: make dist
43
continue-on-error: true
44
45
- - name: Zip dist directory
46
- if: success()
47
- run: |
48
- zip -r cmk-binaries.pr${{ github.event.pull_request.number }}.zip dist/
49
-
50
- name: Upload zipped dist artifact
51
id: upload_artifact
52
uses: actions/upload-artifact@v4
53
if: success()
54
with:
55
name: cmk-binaries.pr${{ github.event.pull_request.number }}
56
- path: cmk-binaries.pr${{ github.event.pull_request.number }}.zip
+ path: dist/
57
if-no-files-found: error
58
retention-days: 10
59
0 commit comments