Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elihunter173 committed Jan 28, 2024
1 parent 40abaa6 commit aecb931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-subprojects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cp -r ./dist "$REPO_DIR/static/asteroids"

eval `ssh-agent -s`
# ssh-add - <<< '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
echo '$CITY_GAME_PRIVATE_DEPLOY_KEY'
echo "$CITY_GAME_PRIVATE_DEPLOY_KEY"
subproject city-game
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --target web \
Expand Down

0 comments on commit aecb931

Please sign in to comment.