diff --git a/.github/workflows/compile_exe.yml b/.github/workflows/compile_exe.yml index bf4fcd482..1708867db 100644 --- a/.github/workflows/compile_exe.yml +++ b/.github/workflows/compile_exe.yml @@ -28,11 +28,6 @@ jobs: - name: Run Python script run: pyinstaller --onefile -n LogonDetails.exe ./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