Skip to content

Commit

Permalink
fix:build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
debghs committed Sep 25, 2024
1 parent 2fd2db2 commit 81eb696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
pip install pyinstaller
pyinstaller --onefile main.py
mkdir -p build/linux
# mkdir -p build/linux
mv dist/main build/linux/
build-windows:
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
pip install pyinstaller
pyinstaller --onefile main.py
mkdir -p build/windows
# mkdir -p build/windows
move dist\\main.exe build\\windows\\
commit_binaries:
Expand Down

0 comments on commit 81eb696

Please sign in to comment.