Skip to content

Commit 601bb9d

Browse files
committed
ci: Fix release procdure
Signed-off-by: Jiaxun Yang <[email protected]>
1 parent 9ff579d commit 601bb9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
path: csmwrap.efi
2323
- name: Upload release
2424
uses: actions/upload-release-asset@v1
25-
if: github.event_name == 'release'
25+
if: ${{ github.event_name == 'release' }}
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2628
with:
2729
upload_url: ${{ github.event.release.upload_url }}
2830
asset_path: csmwrap.efi

0 commit comments

Comments
 (0)