Skip to content

Commit eb6b888

Browse files
committed
fix relative things
1 parent 857f801 commit eb6b888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313

1414
env:
1515
RUST_TOOLCHAIN: nightly-2024-12-15
16-
BEVY_API_GEN_PATH: ./crates/bevy_api_gen
17-
BEVY_PATH: ./target/codegen/bevy
18-
OUTPUT_PATH: ./crates/bevy_mod_scripting_functions/src/bevy/
16+
BEVY_API_GEN_PATH: ${{ github.workspace }}/crates/bevy_api_gen
17+
BEVY_PATH: ${{ github.workspace }}/target/codegen/bevy
18+
OUTPUT_PATH: ${{ github.workspace }}/crates/bevy_mod_scripting_functions/src/bevy/
1919
BEVY_FEATURES: bevy_asset,bevy_animation,bevy_core_pipeline,bevy_ui,bevy_pbr,bevy_render,bevy_text,bevy_sprite,file_watcher,multi_threaded
2020
jobs:
2121
generate_bindings:

0 commit comments

Comments
 (0)