We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2162e71 commit fe1f372Copy full SHA for fe1f372
1 file changed
.github/workflows/release.yml
@@ -475,7 +475,7 @@ jobs:
475
- name: Download SBOM artifact
476
env:
477
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
478
- run: gh run download ${{ steps.get-run.outputs.run }} -n sbom --repo $Env:GITHUB_REPOSITORY
+ run: gh run download ${{ needs.preflight.outputs.run }} -n sbom --repo $Env:GITHUB_REPOSITORY
479
480
- name: Upload SBOM to OneDrive Releases
481
uses: ./.github/workflows/onedrive-upload
0 commit comments