Skip to content

Commit

Permalink
try another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
delington committed Oct 16, 2023
1 parent 5002db6 commit 0ebeb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
asset_path: ./main.exe
asset_path: ./dist/main.exe
asset_name: main-v${{ github.run_number }}.exe
asset_content_type: application/x-msdownload

0 comments on commit 0ebeb37

Please sign in to comment.