Update release.yml

This commit is contained in:
Fazri Gading
2026-01-31 20:34:57 +08:00
committed by GitHub
parent e81a0167c1
commit 7b9951e72d

View File

@@ -109,7 +109,7 @@ jobs:
sudo -u builder bash << 'EOF' sudo -u builder bash << 'EOF'
set -e set -e
makepkg --printsrcinfo > .SRCINFO makepkg --printsrcinfo > .SRCINFO
makepkg -sS --noconfirm makepkg -s --noconfirm
EOF EOF
- name: Fix permissions for upload - name: Fix permissions for upload