Skip to content

Commit ce3edf7

Browse files
authored
Update build_hello.zsh
1 parent b12fb49 commit ce3edf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_hello.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ -e $HELLO_PKG_PATH ]; then
6767
fi
6868
/bin/mkdir -p "$HELLO_PKG_PATH/payload/Applications/Utilities"
6969
/usr/bin/sudo /usr/sbin/chown -R ${CONSOLEUSER}:wheel "$HELLO_PKG_PATH"
70-
/bin/mv "/Users/runner/work/hello/hello/Build/Release/hello.app" "$HELLO_PKG_PATH/payload/Applications/Utilities/hello.app"
70+
/bin/mv "$GITHUB_WORKSPACE/Build/Release/hello.app" "$HELLO_PKG_PATH/payload/Applications/Utilities/hello.app"
7171

7272
# Download specific version of munki-pkg
7373
echo "Downloading munki-pkg tool from github..."

0 commit comments

Comments
 (0)