Skip to content

Commit

Permalink
#275 build refactoring problem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaka-tv committed Jul 3, 2024
1 parent 6d10274 commit 4ddb53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
. .venv/Scripts/activate
pyinstaller -y --onefile --hidden-import=yaml --hidden-import=yaml.loader --hidden-import=colorlog `
--paths=.\.venv\Lib\site-packages\ --add-data "config/log_config.yaml;config" `
--add-data "modules/database/create_table_songs.sql;modules/database" `
--add-data "modules/servant/database/create_table_songs.sql;modules/database" `
--distpath . run.py
- name: Upload Artifacts
Expand Down

0 comments on commit 4ddb53e

Please sign in to comment.