From 24ceafc555f0fa2bc8667fc65de5bd3cd17b3192 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Thu, 3 Oct 2024 14:57:29 -0700 Subject: [PATCH] Fix the targets in Github Actions. --- .github/workflows/build-on-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-on-push.yml b/.github/workflows/build-on-push.yml index 5d003d7..01f4996 100644 --- a/.github/workflows/build-on-push.yml +++ b/.github/workflows/build-on-push.yml @@ -46,7 +46,7 @@ jobs: - name: Run the build for godot_openvr run: | - scons platform=${{ matrix.platform }} -j2 target=release bits=64 + scons platform=${{ matrix.platform }} -j2 target=template_release - name: Upload build files (artifacts) (Linux) uses: actions/upload-artifact@v3