Skip to content

Commit ff3d028

Browse files
authored
ci(release): fix SBOM job (#1509)
1 parent 1add325 commit ff3d028

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
@@ -527,7 +527,7 @@ jobs:
527527
- name: Download SBOM artifact
528528
env:
529529
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
530-
run: gh run download ${{ needs.preflight.outputs.run }} -n sbom --repo $Env:GITHUB_REPOSITORY
530+
run: gh run download ${{ needs.preflight.outputs.run }} -n sbom --repo $GITHUB_REPOSITORY
531531

532532
- name: Upload SBOM to OneDrive Releases
533533
uses: ./.github/workflows/onedrive-upload

0 commit comments

Comments
 (0)