Skip to content

Commit

Permalink
Add action to save artifacts of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oneup03 committed Jul 20, 2024
1 parent 3a4591c commit d2503d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
files: output/drivers/ README.md LICENSE
dest: "output/${{github.event.repository.name}}.zip"

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: Build Artifacts
path: output/${{github.event.repository.name}}.zip

- name: GitHub pre-release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Windows-only solution currently, but there are other solutions on Linux like Mon
- Make sure your game runs on old drivers with 3D disabled before attempting to get it working with VRto3D
- If you get a black screen while trying to run SteamVR + 3DVision, you may have to hard reset
- Only Multi-Display setups will work due to 3DVision needing to always be fullscreen to activate
- If you run into one-eye issues or other weirdness, try using DDU and reinstalling the driver
- Complete the Base Installation section
- If you want full resolution per eye, enable DSR 4x in Nvidia Control Panel -> Manage 3D Settings
- Modify the `window_width` and `window_height` in `Steam\steamapps\common\SteamVR\drivers\vrto3d\resources\settings\default.vrsettings` to match your fullscreen resolution
Expand Down

0 comments on commit d2503d7

Please sign in to comment.