We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff579d commit 601bb9dCopy full SHA for 601bb9d
.github/workflows/build.yml
@@ -22,7 +22,9 @@ jobs:
22
path: csmwrap.efi
23
- name: Upload release
24
uses: actions/upload-release-asset@v1
25
- if: github.event_name == 'release'
+ if: ${{ github.event_name == 'release' }}
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
with:
29
upload_url: ${{ github.event.release.upload_url }}
30
asset_path: csmwrap.efi
0 commit comments