Skip to content

Commit 7255750

Browse files
committed
fix: change ownership of build artifacts to current user in release workflow
1 parent ef34f9d commit 7255750

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
pacman -Sy --noconfirm --noprogressbar base-devel binutils sudo
6262
useradd -m builduser && chown -R builduser:builduser /workspace/arch_build
6363
sudo -u builduser makepkg --noconfirm --nodeps
64+
chown -R $(id -u):$(id -g) .
6465
"
6566
mv arch_build/*.pkg.tar.zst ./OptiTux-x86_64.pkg.tar.zst
6667

0 commit comments

Comments
 (0)