We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95075a3 commit dd288cbCopy full SHA for dd288cb
1 file changed
.github/workflows/build.yaml
@@ -47,6 +47,9 @@ jobs:
47
name: release
48
path: OpenVRStartup_${{github.event.release.tag_name}}.zip
49
50
+ - name: Restore local tools
51
+ run: dotnet tool restore
52
+
53
release:
54
name: Upload Release
55
runs-on: ubuntu-latest
0 commit comments