Skip to content

Commit

Permalink
fix path error in bundling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 11, 2024
1 parent a910ad6 commit 66bb076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: scripts/bundle.ps1
- run: |
mkdir dist/
mv "back/dist/app.exe" "dist/whombat-windows-${{ github.ref_name }}.exe"
mv "back/dist/whombat.exe" "dist/whombat-windows-${{ github.ref_name }}.exe"
- uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
Expand Down

0 comments on commit 66bb076

Please sign in to comment.