From 925538deb34c3d2b9202c36f4e511345946486bd Mon Sep 17 00:00:00 2001 From: Alex Trotta Date: Thu, 2 Jul 2026 20:17:09 -0400 Subject: [PATCH] fix: add release artifacts, error if artifacts not found --- .bazelrc | 2 -- .github/workflows/release.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 9d5b31b..556ebb7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -7,8 +7,6 @@ build --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig fetch --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig query --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig -build --experimental_convenience_symlinks=ignore - build --@rules_rust//:rustfmt.toml=//:rustfmt.toml build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect build --output_groups=+rustfmt_checks diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e169879..b901e80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: with: name: starpls-${{ matrix.target.name }} path: bazel-bin/crates/starpls/starpls + if-no-files-found: error build-windows: name: Build (Windows) @@ -56,6 +57,7 @@ jobs: with: name: starpls-windows-amd64 path: bazel-bin/crates/starpls/starpls.exe + if-no-files-found: error release: name: Release