Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Dec 2, 2024
1 parent 6079bc0 commit 371b55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pip install pyinstaller
- name: Run pyinstaller
run: |
pyinstaller vyxal/__main__.py --name ${{ matrix.exe-name }}
pyinstaller vyxal/__main__.py --name vyxal2
- name: Create zip archive (Linux)
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 371b55e

Please sign in to comment.