Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownpersonog authored Jul 9, 2024
1 parent 9e4c6bb commit 62fdba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
pip install requests
# Add any other dependencies your project needs
- name: Set Nuitka Environment Variables
run: |
setx NUITKA_DOWNLOADS "1"
- name: Build with Nuitka
run: |
nuitka --onefile --enable-plugin=pyqt5 main.py
Expand All @@ -98,7 +102,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.build-and-release-linux.outputs.create_release.outputs.upload_url }}
upload_url: ${{ needs.build-and-release-linux.outputs.create_release.outputs.upload_url }}
asset_path: ./main.exe
asset_name: main_windows.exe
asset_content_type: application/octet-stream

0 comments on commit 62fdba5

Please sign in to comment.