Skip to content

Commit 33cf870

Browse files
committed
Trying to include artifacts in release
1 parent e411139 commit 33cf870

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ jobs:
6868
- uses: actions/download-artifact@v4
6969
with:
7070
name: csaf-validator-linux-amd64
71-
path: .
71+
path: csaf-validator-linux-amd64
7272
- uses: actions/download-artifact@v4
7373
with:
7474
name: csaf-validator-macos-arm64
75-
path: .
75+
path: csaf-validator-macos-arm64
76+
- run: |
77+
ls -R
7678
- name: Create Release
7779
id: create_release
7880
uses: softprops/action-gh-release@v2
@@ -82,5 +84,5 @@ jobs:
8284
draft: false
8385
prerelease: false
8486
files: |
85-
csaf-validator-linux-amd64
86-
csaf-validator-macos-arm64
87+
csaf-validator-linux-amd64/csaf-validator
88+
csaf-validator-macos-arm64/csaf-validator

0 commit comments

Comments
 (0)