fix(ci): repair broken quoting in publish-aur docker heredoc #50

Merged
razvandimescu merged 1 commits from fix/aur-broken-heredoc-quoting into main 2026-04-09 23:55:03 +08:00

View File

@@ -131,7 +131,7 @@ jobs:
chown -R builduser:builduser /pkg chown -R builduser:builduser /pkg
cd /pkg cd /pkg
sudo -u builduser git config --global --add safe.directory '*' sudo -u builduser git config --global --add safe.directory '*'
# "makepkg -od" fetches the source first so pkgver() can calculate the version. # makepkg -od fetches the source first so pkgver() can calculate the version.
sudo -u builduser makepkg -od && sudo -u builduser makepkg --printsrcinfo > .SRCINFO sudo -u builduser makepkg -od && sudo -u builduser makepkg --printsrcinfo > .SRCINFO
" "