Skip to content

Commit a0b1c87

Browse files
committed
Remove wildcards from "gh release" command
1 parent b16108e commit a0b1c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- run: scripts\package.ps1
2727

28-
- run: gh release create $env:TAG_NAME --draft --title "$env:RELEASE_NAME" dist/*.exe dist/checksums.txt
28+
- run: gh release create $env:TAG_NAME --draft --title "$env:RELEASE_NAME" (Get-Item dist\*.exe) dist\checksums.txt
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
RELEASE_NAME: WinDynamicDesktop ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)