Skip to content

Commit 7628099

Browse files
committed
debug launcher build
1 parent aa1d7df commit 7628099

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/launcher.yml

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
[ -d build/src/files/ ] && mv build/src/files/* build/files/
5555
[ -d build/src/build/ ] && mv build/src/build/* build/build/
5656
rm -rf build/src/{bin,files,build}
57+
58+
find build/
59+
5760
exit 0
5861
5962
- name: Make package.json
@@ -64,6 +67,8 @@ jobs:
6467
cd ..
6568
node ./repo-folder/build/make_package_json.js build/package.json repo-folder/dist_cfg/config.json Spring-SpringBoard/SpringBoard-Core $PACKAGE_VERSION
6669
70+
cat build/package.json
71+
6772
- name: Build
6873
run: |
6974
cd build

0 commit comments

Comments
 (0)