diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-05-15 21:17:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 21:17:41 -0600 |
commit | 8032e253c6aac1aa595d30c2198eb97ea99ac311 (patch) | |
tree | 8ca946cc95b510e4b834d7d0f1e6114256776a84 /.github/workflows | |
parent | 1f94e737a907fcff6d55664d9c31517dec0396ca (diff) |
Update ci.yml
Diffstat (limited to '.github/workflows')
-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 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 |