use gid instead of group name
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user