diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-29 13:47:38 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-29 13:47:38 -0600 |
commit | 25c3c778c9d52e17ca568eaa6d2ec801fa91b30b (patch) | |
tree | 4569f94a29c481a5716dfb61725b90c4d5ad7273 /.github | |
parent | cd4bc1f4d0b8319867c28ecb955c82ecc1fbd010 (diff) |
download everything
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b40477..32c773b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - name: Package for Windows run: | pip install -r requirements.txt - pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk --splash assets/GentryCapitalRGB.jpg main.py + pyinstaller --add-data "assets;assets" -c --noconfirm --collect-data sv_ttk --splash assets/GentryCapitalRGB.jpg main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme - path: *
\ No newline at end of file + path: dist/
\ No newline at end of file |