From 8032e253c6aac1aa595d30c2198eb97ea99ac311 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 15 May 2023 21:17:41 -0600 Subject: Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3