diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-29 13:40:27 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-29 13:40:27 -0600 |
commit | 07687fffe072864dfe5bfbe24ef900716eb8bb5b (patch) | |
tree | 49641d7250fcee2d3ee07e0fb11f40f8cd085e38 /.github/workflows/ci.yml | |
parent | afa6a62b1bb49307dcd5872bf231a4a8c45b72b9 (diff) |
use os.path
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8023d..2530eed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Package for Windows run: | pip install -r requirements.txt - pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk main.py + pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk --splash assets/GentryCapitalRGB.jpg main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme |