Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Update workflow for binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper7kills committed Nov 27, 2023
1 parent a270a50 commit 65ee15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build and Publish Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.8' # Adjust the Python version as needed
python_ver: '3.9' # Adjust the Python version as needed
spec: 'app.py' # Adjust the path to your .spec or .py file
requirements: 'requirements.txt' # Adjust the path to your requirements.txt file
upload_exe_with_name: 'RBSAgent' # Adjust the desired artifact name
Expand Down

0 comments on commit 65ee15e

Please sign in to comment.