Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Nov 8, 2024
1 parent bafa888 commit 85696dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build executable (Windows)
if: matrix.os == 'windows-latest'
run: pyinstaller --onefile --windowed --name ynot main.py
run: pyinstaller --onefile --windowed --name YNOT --clean main.py

- name: Build executable (macOS)
if: matrix.os == 'macos-latest'
Expand Down Expand Up @@ -69,5 +69,6 @@ jobs:
with:
files: |
dist/ynot*
dist/YNOT*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 85696dc

Please sign in to comment.