Skip to content

Commit

Permalink
use godot build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Apr 6, 2024
1 parent 9879a6a commit 0b78e29
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cmake --build ${{ github.workspace }}/OpenCL-SDK/build --target install
- name: 🔗 GDExtension Build
uses: ughuuu/godot-cpp-template/.github/actions/build@add-more-stuff/options-to-build
uses: godot/godot-cpp-template/.github/actions/build
with:
platform: android
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: 🔗 GDExtension Build
uses: ughuuu/godot-cpp-template/.github/actions/build@add-more-stuff/options-to-build
uses: godot/godot-cpp-template/.github/actions/build
with:
platform: ios
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cmake --build ${{ github.workspace }}/OpenCL-SDK/build --target install
- name: 🔗 GDExtension Build
uses: ughuuu/godot-cpp-template/.github/actions/build@add-more-stuff/options-to-build
uses: godot/godot-cpp-template/.github/actions/build
with:
platform: linux
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
submodules: true
fetch-depth: 0
- name: 🔗 GDExtension Build
uses: ughuuu/godot-cpp-template/.github/actions/build@add-more-stuff/options-to-build
uses: godot/godot-cpp-template/.github/actions/build
with:
platform: macos
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: 🔗 GDExtension Build
uses: ughuuu/godot-cpp-template/.github/actions/build@add-more-stuff/options-to-build
uses: godot/godot-cpp-template/.github/actions/build
with:
platform: web
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cmake --build ${{ github.workspace }}/OpenCL-SDK/build --target install
- name: 🔗 GDExtension Build
uses: ughuuu/godot-cpp-template/.github/actions/build@add-more-stuff/options-to-build
uses: godot/godot-cpp-template/.github/actions/build
with:
platform: windows
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 0b78e29

Please sign in to comment.