Skip to content

Commit dd288cb

Browse files
committed
Potential fix for workflow issue
1 parent 95075a3 commit dd288cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
name: release
4848
path: OpenVRStartup_${{github.event.release.tag_name}}.zip
4949

50+
- name: Restore local tools
51+
run: dotnet tool restore
52+
5053
release:
5154
name: Upload Release
5255
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)