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: |
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user