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