Skip to content

Commit ae2f1ca

Browse files
committed
Download the SBOMs to be able to add them to the release
1 parent 9567e4d commit ae2f1ca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333
merge-multiple: true
3434
path: /tmp/changelogs
3535

36+
- name: Fetch SBOMs
37+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
38+
with:
39+
pattern: *.spdx.json
40+
merge-multiple: true
41+
path: /tmp/sboms
42+
3643
- name: Prepare Release
3744
id: prepare-release
3845
shell: bash
@@ -83,4 +90,4 @@ jobs:
8390
tag_name: ${{ inputs.version }}
8491
body_path: ./changelog.md
8592
make_latest: true
86-
files: *.spdx.json
93+
files: /tmp/sboms/*.spdx.json

0 commit comments

Comments
 (0)