Skip to content

Commit

Permalink
Build steam beta releases in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Dec 26, 2023
1 parent 7dcb63b commit d37bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-steam-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set flavour to STEAM
run: npm run set-flavour STEAM
- name: Build OyasumiVR (STEAM Flavour)
run: npm run tauri -- build -b none
run: npm run tauri -- build -b none --debug
- name: Copy STEAM build
shell: bash
run: chmod +x ./scripts/steam/2-move-build-steam.sh && ./scripts/steam/2-move-build-steam.sh
Expand Down

0 comments on commit d37bde5

Please sign in to comment.