Skip to content

Commit

Permalink
Update compile_exe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Sep 16, 2023
1 parent 11e7586 commit 66abbeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install pyinstaller

- name: Run Python script
run: pyinstaller --onefile ./UK/LogonDetails.py
run: pyinstaller --onefile -n LogonDetails.exe ./UK/LogonDetails.py

- name: Debug
run: |
Expand All @@ -37,5 +37,5 @@ jobs:
- name: Upload Executable As Artifact
uses: actions/upload-artifact@v2
with:
name: "Logon Details.exe"
path: "dist//LogonDetails"
name: "Logon Details"
path: "dist//LogonDetails.exe"

0 comments on commit 66abbeb

Please sign in to comment.