Skip to content

Commit

Permalink
Fix github release (typo in directory name) (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Apr 10, 2024
1 parent e63ea08 commit b097bbd
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 @@ -801,7 +801,7 @@ jobs:
mv build_windows_openxr/StandaloneWindows64/ releases/OpenBrush_Desktop_$VERSION/
mv build_windows_rift/StandaloneWindows64/ releases/OpenBrush_Rift_$VERSION/
mv build_macos/*.dmg releases/OpenBrush_Mac_$VERSION.dmg
mv build_macos/StandaloneLinux64/ releases/OpenBrush_Linux_$VERSION/
mv build_linux/StandaloneLinux64/ releases/OpenBrush_Linux_$VERSION/
cd releases
zip -r OpenBrush_Desktop_$VERSION.zip OpenBrush_Desktop_$VERSION/
rm -rf OpenBrush_Desktop_$VERSION
Expand Down

0 comments on commit b097bbd

Please sign in to comment.