Skip to content

Commit 81bb804

Browse files
committed
fix chown issue
1 parent da3c097 commit 81bb804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ runs:
128128
echo "location=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
129129
130130
# Remove root permissions
131-
sudo chmod $(id -u):$(id -g) -R "${{ github.workspace }}/$OUT_NAME"
131+
sudo chown $(id -u):$(id -g) -R "${{ github.workspace }}/$OUT_NAME"
132132
133133
# Remove cached OSTree volume
134134
sudo podman volume rm cache_ostree

0 commit comments

Comments
 (0)