Skip to content

Commit

Permalink
Fix old name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aish Fenton committed Mar 4, 2023
1 parent be988de commit a4379be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4379be

Please sign in to comment.