Skip to content

Commit

Permalink
Try again to fix "gh release" command
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Jun 20, 2023
1 parent e5910f5 commit b16108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- run: scripts\package.ps1

- 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" dist/*.exe dist/checksums.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_NAME: WinDynamicDesktop ${{ github.event.inputs.version }}
Expand Down

0 comments on commit b16108e

Please sign in to comment.