Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricOrange committed Feb 6, 2022
1 parent 6430428 commit 4a8b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: pip install -r requirements.txt pyinstaller
- run: mkdir build
- run: mkdir bin
- run: pyinstaller --distpath bin --clean --add-data data/schema.sql;schema.sql --onefile --name npbc_cli-windows-latest-x64.exe npbc_cli.py
- run: pyinstaller --distpath bin --clean --add-data "data/schema.sql;schema.sql" --onefile --name npbc_cli-windows-latest-x64.exe npbc_cli.py
- uses: actions/upload-artifact@v2
with:
path: bin
Expand Down

0 comments on commit 4a8b81a

Please sign in to comment.