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 a62fc2f commit 11e7586
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
- name: Run Python script
run: pyinstaller --onefile ./UK/LogonDetails.py

- name: Debug
run: |
ls /home/runner/work/uk-controller-pack/uk-controller-pack/dist/
ls dist
# Upload artifacts
- name: Upload Executable As Artifact
uses: actions/upload-artifact@v2
with:
name: "Logon Details.exe"
path: "dist\\LogonDetails"
path: "dist//LogonDetails"

0 comments on commit 11e7586

Please sign in to comment.