fix(ci): publish Arch package as owner
ci-release / verify (push) Successful in 1m10s
ci-release / publish-linux-amd64 (push) Has been skipped
ci-release / publish-arch-package (push) Has been skipped

This commit is contained in:
2026-08-07 09:03:39 +02:00
parent 28a7848b29
commit 6e7fe41b17
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -183,6 +183,6 @@ jobs:
package_file="$(find packaging/arch -maxdepth 1 -type f \
-name 'folderscope-*.pkg.tar.zst' -print -quit)"
test -n "$package_file"
curl --fail --show-error --user "${GITEA_ACTOR}:${GITEA_TOKEN}" \
curl --fail --show-error --user "forust:${GITEA_TOKEN}" \
--upload-file "$package_file" \
"https://gitea.forust.xyz/api/packages/forust/arch/folderscope"