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 b16108e commit a0b1c87Copy full SHA for a0b1c87
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- run: scripts\package.ps1
27
28
- - run: gh release create $env:TAG_NAME --draft --title "$env:RELEASE_NAME" dist/*.exe dist/checksums.txt
+ - run: gh release create $env:TAG_NAME --draft --title "$env:RELEASE_NAME" (Get-Item dist\*.exe) dist\checksums.txt
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
RELEASE_NAME: WinDynamicDesktop ${{ github.event.inputs.version }}
0 commit comments