From 2e082aa2d32b29eed9d7547612f16e5a8adf733f Mon Sep 17 00:00:00 2001 From: kento2 Date: Thu, 6 Aug 2026 13:26:50 +0200 Subject: [PATCH] . --- .forgejo/workflows/publish-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish-artifact.yml b/.forgejo/workflows/publish-artifact.yml index 5b3dfd9..5f2bd13 100644 --- a/.forgejo/workflows/publish-artifact.yml +++ b/.forgejo/workflows/publish-artifact.yml @@ -23,7 +23,7 @@ jobs: run: | bazel \ --output_user_root=/var/cache/bazel \ - build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ + run //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ --remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \ --remote_upload_local_results \ --noremote_cache_async \ No newline at end of file