Fix pathing for bundle
All checks were successful
Python tests (make) / test (push) Successful in 12s

This commit is contained in:
2025-08-26 16:57:29 -04:00
parent 0f1a40e766
commit d58d8e2231

View File

@@ -28,9 +28,9 @@ jobs:
run: |
make clean
make all
python package.py
mkdir -p deploy/packages
mv chess-bundle.zip deploy/packages/
python ./deploy/bundle.py
mkdir -p deploy/package
mv chess-bundle.zip deploy/package/
- name: Push package to registry
env: