Skip to content

Commit

Permalink
fix chown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jul 31, 2024
1 parent da3c097 commit 81bb804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ runs:
echo "location=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
# Remove root permissions
sudo chmod $(id -u):$(id -g) -R "${{ github.workspace }}/$OUT_NAME"
sudo chown $(id -u):$(id -g) -R "${{ github.workspace }}/$OUT_NAME"
# Remove cached OSTree volume
sudo podman volume rm cache_ostree
Expand Down

0 comments on commit 81bb804

Please sign in to comment.