converge: auto-commit at 2026-05-14 23:36:30 from zendo.brechtel
Build / build (push) Failing after 1m8s

This commit is contained in:
2026-05-14 23:36:30 -04:00
parent ab87e943f3
commit 3edb5c33ee
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
tar cf /dev/stdout converge-*.pkg.tar.zst
" > /tmp/packages.tar 2>/dev/null
tar xf /tmp/packages.tar
echo "pkgfile=$(ls converge-*.pkg.tar.zst)" >> "$GITHUB_ENV"
echo "pkgfile=$(ls converge-[0-9]*.pkg.tar.zst)" >> "$GITHUB_ENV"
- name: Publish to Arch repo
if: github.event_name == 'push' && github.ref == 'refs/heads/main'