fix: revert to previous release.yml (#238)

This commit is contained in:
Fazri Gading
2026-01-31 07:09:22 +08:00
committed by GitHub
parent 611d436085
commit 8719cd3138

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
@@ -123,7 +123,6 @@ jobs:
name: arch-package name: arch-package
path: | path: |
*.pkg.tar.zst *.pkg.tar.zst
*.src.tar.zst
.SRCINFO .SRCINFO
include-hidden-files: true include-hidden-files: true