Fix pathing for bundle
All checks were successful
Python tests (make) / test (push) Successful in 12s
All checks were successful
Python tests (make) / test (push) Successful in 12s
This commit is contained in:
@@ -28,9 +28,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make clean
|
make clean
|
||||||
make all
|
make all
|
||||||
python package.py
|
python ./deploy/bundle.py
|
||||||
mkdir -p deploy/packages
|
mkdir -p deploy/package
|
||||||
mv chess-bundle.zip deploy/packages/
|
mv chess-bundle.zip deploy/package/
|
||||||
|
|
||||||
- name: Push package to registry
|
- name: Push package to registry
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user