diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index 00393e7..f7ea8ac 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -38,7 +38,7 @@ cd "$DESTINATION_DIR" "$GITHUB_WORKSPACE/pixi" install --all # copy owner group from level above -group=$(stat -c '%G' ..) +group=$(stat -c '%g' ..) chgrp -R "$group" . # copy permissions from owner to owner group