Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Nov 5, 2023
1 parent 5b3a02e commit a15f149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: python -m pip install -r requirements.txt

- name: Build Packages
run: python compile_packages.py --confirm --overwrite --zip "packages/"
run: python compile_packages.py --confirm --overwrite --zip "" "packages/"

- name: Packages upload (tag)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a15f149

Please sign in to comment.