builds godot
Diffstat (limited to '.github/workflows/build-3.5-normal.yml')
| -rw-r--r-- | .github/workflows/build-3.5-normal.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-3.5-normal.yml b/.github/workflows/build-3.5-normal.yml index d129aa1..b54c493 100644 --- a/.github/workflows/build-3.5-normal.yml +++ b/.github/workflows/build-3.5-normal.yml @@ -16,5 +16,5 @@ jobs: with: ref: 3.5-stable name: godot - modules-url: https://raw.githubusercontent.com/bend-n/godot-builds/main/.github/normal-build-modules.py + modules-path: ./.github/normal-build-modules.py secrets: inherit |