diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-15 21:10:13 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-15 21:10:13 -0600 |
commit | 150f50207ab267219db60f1259a3852ff001e5ec (patch) | |
tree | 6973ca1c26e60f81df17f94d40e63d57a43123c8 /.github | |
parent | 9ccbdb3ea54c9399a46a255035c255f4db4b7530 (diff) |
initial
Diffstat (limited to '.github')
-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 b2066f5..2b58aae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: | poetry install dir - poetry run pyinstaller --add-data "assets:assets" -w main.py + poetry run pyinstaller --add-data "assets;assets" -w main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme |