Skip to content

Commit fe1f372

Browse files
authored
ci(release): fix SBOM job (#1504)
1 parent 2162e71 commit fe1f372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
- name: Download SBOM artifact
476476
env:
477477
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
478-
run: gh run download ${{ steps.get-run.outputs.run }} -n sbom --repo $Env:GITHUB_REPOSITORY
478+
run: gh run download ${{ needs.preflight.outputs.run }} -n sbom --repo $Env:GITHUB_REPOSITORY
479479

480480
- name: Upload SBOM to OneDrive Releases
481481
uses: ./.github/workflows/onedrive-upload

0 commit comments

Comments
 (0)