Skip to content

Commit

Permalink
CI: Fix macOS build script to use new frontend directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Dec 12, 2024
1 parent 78ab64b commit 136fe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/.build.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ build() {

rm -rf OBS.app
mkdir OBS.app
ditto UI/${config}/OBS.app OBS.app
ditto frontend/${config}/OBS.app OBS.app
}
}
popd
Expand Down

0 comments on commit 136fe35

Please sign in to comment.