download from action run before uploading to release

This commit is contained in:
Tobias Trabelsi 2022-12-18 17:48:14 +01:00
parent 5adc7785d0
commit 938ddd1bb6
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ jobs:
id: previoustag
uses: WyriHaximus/github-action-get-previous-tag@v1
- name: Download SBOM from github action
uses: actions/download-artifact@v3
with:
name: ${{ env.ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT }}
- name: Add SBOM to release
uses: svenstaro/upload-release-action@v2
with: