fix: change ownership back to the runner user (#237)

This commit is contained in:
Fazri Gading
2026-01-31 06:55:17 +08:00
committed by GitHub
parent d5cc0868e9
commit 611d436085

View File

@@ -112,6 +112,11 @@ jobs:
makepkg -sS --noconfirm makepkg -sS --noconfirm
EOF EOF
- name: Fix permissions for upload
if: always()
run: |
sudo chown -R $(id -u):$(id -g) .
- name: Upload Arch Package - name: Upload Arch Package
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: