From a4379be97497c643f7db52ca9d5dcc3dcdea55e7 Mon Sep 17 00:00:00 2001 From: Aish Fenton Date: Sat, 4 Mar 2023 19:05:22 +0000 Subject: [PATCH] Fix old name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a29e3f..8b0c5fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: # Update version in build.sbt first, as that gets backed into the native-image (via sbt-buildinfo) - name: Update version and build native image run: | - scala-cli .github/ci_scripts/updateVersion.scala -- build.sbt "^val bazelBspVersion" ${{ inputs.version }} + scala-cli .github/ci_scripts/updateVersion.scala -- build.sbt "^val bsp4BazelVersion" ${{ inputs.version }} sbt clean compile graalvm-native-image:packageBin ./.github/ci_scripts/prepare_output.sh target/graalvm-native-image/bsp4bazel staging ${{ matrix.artifact }} - name: Upload binary