Skip to content

Commit

Permalink
testing version.json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj authored and fcollman committed Mar 19, 2024
1 parent 7ed449e commit b68dbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build client bundles
run: npm run build -- --no-typecheck --no-lint --define STATE_SERVERS=$(cat config/state_servers.json | tr -d " \t\n\r") --define NEUROGLANCER_BUILD_INFO='${{ env.BUILD_INFO }}' --define CUSTOM_BINDINGS=$(cat config/custom-keybinds.json | tr -d " \t\n\r")
- name: Write build info
run: echo ${{ env.BUILD_INFO }} >> ./dist/min/version.json
run: echo $BUILD_INFO > ./dist/min/version.json
shell: bash
- run: cp -r ./dist/min appengine/frontend/static/
- name: start deployment
Expand Down

0 comments on commit b68dbb7

Please sign in to comment.