From 150f50207ab267219db60f1259a3852ff001e5ec Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 15 May 2023 21:10:13 -0600 Subject: initial --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3