Skip to content

Commit

Permalink
Fix the targets in Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Oct 3, 2024
1 parent a4e771b commit 24ceafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24ceafc

Please sign in to comment.