From 0d8cddb9be1acdfced762a33ec37f9cd523c17d2 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Thu, 14 May 2026 22:53:35 -0400 Subject: [PATCH] converge: auto-commit at 2026-05-14 22:53:35 from zendo.brechtel --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index cf10ca9..67b6ff0 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -49,7 +49,7 @@ jobs: -v "$PWD:$PWD" \ -w "$PWD" \ archlinux:latest \ - bash -c 'pacman -Syu --noconfirm && pacman -S --noconfirm git && useradd -m build && chown -R build:build . && su build -c "makepkg --noconfirm --nodeps"' + bash -c "pacman -Syu --noconfirm && pacman -S --noconfirm git && useradd -m build && chown -R build:build . && su build -c 'cd \"$PWD\" && makepkg --noconfirm --nodeps'" echo "pkgfile=$(ls converge-*.pkg.tar.zst)" >> "$GITHUB_ENV" - name: Publish to Arch repo