Fix error
All checks were successful
Python tests (make) / test (push) Successful in 11s

This commit is contained in:
2025-08-26 17:06:34 -04:00
parent d58d8e2231
commit 2d4e5ef349

View File

@@ -29,12 +29,10 @@ jobs:
make clean make clean
make all make all
python ./deploy/bundle.py python ./deploy/bundle.py
mkdir -p deploy/package
mv chess-bundle.zip deploy/package/
- name: Push package to registry - name: Push package to registry
env: env:
REGISTRY_URL: ${{ secrets.REGISTRY_URL }} REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
run: ./deploy/push-to-registry.sh run: ./deploy/push-packafe.sh