Skip to content

Commit

Permalink
debug launcher build
Browse files Browse the repository at this point in the history
  • Loading branch information
gajop committed May 16, 2024
1 parent aa1d7df commit 7628099
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
[ -d build/src/files/ ] && mv build/src/files/* build/files/
[ -d build/src/build/ ] && mv build/src/build/* build/build/
rm -rf build/src/{bin,files,build}
find build/
exit 0
- name: Make package.json
Expand All @@ -64,6 +67,8 @@ jobs:
cd ..
node ./repo-folder/build/make_package_json.js build/package.json repo-folder/dist_cfg/config.json Spring-SpringBoard/SpringBoard-Core $PACKAGE_VERSION
cat build/package.json
- name: Build
run: |
cd build
Expand Down

0 comments on commit 7628099

Please sign in to comment.