From 774b72417b5cc53fe92199afe5265b6ab8fb04e8 Mon Sep 17 00:00:00 2001 From: kento2 Date: Thu, 6 Aug 2026 13:34:59 +0200 Subject: [PATCH] . --- .forgejo/workflows/publish-artifact.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish-artifact.yml b/.forgejo/workflows/publish-artifact.yml index aac0038..91ac1fc 100644 --- a/.forgejo/workflows/publish-artifact.yml +++ b/.forgejo/workflows/publish-artifact.yml @@ -25,8 +25,8 @@ jobs: do bazel \ --output_user_root=/var/cache/bazel \ + "$target" \ --remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \ --remote_upload_local_results \ - --noremote_cache_async \ - "$target" + --noremote_cache_async done \ No newline at end of file