Skip to content

Commit

Permalink
Fix pimax releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeskydev committed Sep 9, 2022
1 parent f8fcec0 commit b9c11bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ jobs:
- name: Publish Pimax Builds
run: |
New-Item "releases" -Type Directory
Move-Item -Path build_windows_pimax/StandaloneWindows64-SteamVR/ releases/
Move-Item -Path build_windows_pimax/StandaloneWindows64-OpenXR/ releases/
Set-Location -Path "releases"
Compress-Archive -Path ./* -DestinationPath OpenBrush_Pimax_$env:VERSION.zip
Invoke-WebRequest -Uri https://dl.appstore.pimax.com/tools/pimax-dev-util.exe -OutFile pimax-dev-util.exe
Expand Down

0 comments on commit b9c11bd

Please sign in to comment.