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 18, 2023
1 parent ed9427f commit 20a3e6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/compile_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- '*'
pull_request:

jobs:
changes:
Expand Down Expand Up @@ -48,12 +47,10 @@ jobs:
- name: Run Python Script
run: pyinstaller --distpath ./UK/ --onefile -n LogonDetails.exe ./UK/LogonDetails.py

- name: Debug
run: ls ./UK/

- name: Commit exe File
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add ./UK/LogonDetails.exe
git commit -m "Update LogonDetails.exe"
git push

0 comments on commit 20a3e6f

Please sign in to comment.