Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJINXZ committed Dec 30, 2023
1 parent 4c3ad9c commit bbd51de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
pip install nuitka
- name: Verify Nuitka Installation
run: nuitka --version
run: python -m nuitka --version

- name: Compile Python Script
run: |
nuitka --standalone uwt.py
python -m nuitka --standalone uwt.py
- name: Calculate SHA256 Checksum
run: |
Expand Down

0 comments on commit bbd51de

Please sign in to comment.