Skip to content

Commit

Permalink
update names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Oct 26, 2023
1 parent a2f01c5 commit d3e12b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ runs:
./scripts/clang-tidy.sh
- name: Update server name
shell: sh
run: ./scripts/crossplatform-sed.sh "s/Rapier2D/Rapier2D-${{inputs.precision}}-${{inputs.features}}/g" src/register_types.cpp
run: |
./scripts/crossplatform-sed.sh "s/Rapier2D/Rapier2D-${{inputs.precision}}-${{inputs.features}}/g" src/register_types.cpp
./scripts/crossplatform-sed.sh "s/create_rapier_2d_callback/create_rapier_2d_callback_${{inputs.precision}}_${{inputs.features}}/g" src/register_types.cpp
./scripts/crossplatform-sed.sh "s/create_rapier_2d_callback/create_rapier_2d_callback_${{inputs.precision}}_${{inputs.features}}/g" src/servers/rapier_physics_server_2d.h
./scripts/crossplatform-sed.sh "s/physics_server_rapier_2d_library_init/physics_server_rapier_2d_library_init_${{inputs.precision}}_${{inputs.features}}/g" bin/addons/godot-rapier2d/godot-rapier2d.gdextension
./scripts/crossplatform-sed.sh "s/physics_server_rapier_2d_library_init/physics_server_rapier_2d_library_init_${{inputs.precision}}_${{inputs.features}}/g" src/register_types.cpp
- name: Build Godot Cpp
shell: sh
env:
Expand Down

0 comments on commit d3e12b8

Please sign in to comment.