We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e411139 commit 33cf870Copy full SHA for 33cf870
.github/workflows/build.yml
@@ -68,11 +68,13 @@ jobs:
68
- uses: actions/download-artifact@v4
69
with:
70
name: csaf-validator-linux-amd64
71
- path: .
+ path: csaf-validator-linux-amd64
72
73
74
name: csaf-validator-macos-arm64
75
+ path: csaf-validator-macos-arm64
76
+ - run: |
77
+ ls -R
78
- name: Create Release
79
id: create_release
80
uses: softprops/action-gh-release@v2
@@ -82,5 +84,5 @@ jobs:
82
84
draft: false
83
85
prerelease: false
86
files: |
- csaf-validator-linux-amd64
- csaf-validator-macos-arm64
87
+ csaf-validator-linux-amd64/csaf-validator
88
+ csaf-validator-macos-arm64/csaf-validator
0 commit comments