Skip to content

Commit

Permalink
Fixed windows action release path
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 29, 2024
1 parent 29fc5ab commit d30f963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
- name: Upload to release v1.0.0
env:
GH_TOKEN: ${{ github.token }}
run: gh release upload v1.0.0 ./dist/bundle/msi/*.msi --clobber
run: gh release upload v1.0.0 (get-item .\dist\bundle\msi\*.msi) --clobber

0 comments on commit d30f963

Please sign in to comment.