From 7857e1de04cdfc3aa0410620fcb689faa120714e Mon Sep 17 00:00:00 2001 From: OneUp Date: Sat, 20 Jul 2024 01:34:28 -0500 Subject: [PATCH] Add action to save artifacts of CI --- .github/workflows/Build.yml | 10 ++++++++-- README.md | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index cb5caa2..fe28b2c 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -42,7 +42,13 @@ jobs: uses: vimtor/action-zip@v1.1 with: files: output/drivers/ README.md LICENSE - dest: "output/${{github.event.repository.name}}.zip" + dest: "output/VRto3D-${{env.CommitHashShort}}.zip" + + - name: Upload artifacts + uses: actions/upload-artifact@v2 + with: + name: "VRto3D-${{env.CommitHashShort}}" + path: output/VRto3D-${{env.CommitHashShort}}.zip - name: GitHub pre-release uses: "marvinpinto/action-automatic-releases@latest" @@ -51,4 +57,4 @@ jobs: automatic_release_tag: "latest" prerelease: true title: "[${{env.CurrentDate}}] ${{github.event.repository.name}} r${{env.CommitCount}}@${{env.CommitHashShort}}" - files: "output/${{github.event.repository.name}}.zip" + files: "output/VRto3D-${{env.CommitHashShort}}.zip" diff --git a/README.md b/README.md index aaa92a1..24cc6b3 100644 --- a/README.md +++ b/README.md @@ -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