mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 04:05:06 +03:00
Update main.yml
This commit is contained in:
@@ -39,9 +39,10 @@ jobs:
|
|||||||
echo "EXE_NAME=$exeName" >> $GITHUB_ENV
|
echo "EXE_NAME=$exeName" >> $GITHUB_ENV
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
- name: Upload EXE to Release
|
- name: Upload EXE to Release Assets
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: ${{ env.EXE_NAME }}
|
files: ${{ env.EXE_NAME }}
|
||||||
|
tag_name: ${{ github.event.release.tag_name }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user