summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 82f10d1..5b9167b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
- name: Package for Windows
run: |
poetry install
- 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