Skip to content

Commit 46b864b

Browse files
authored
Merge pull request #2401 from tgodzik/fix2
bugfix: Fix release typo
2 parents 0b6f53f + efda2ff commit 46b864b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
if: matrix.os == 'windows-latest'
172172
run: |
173173
echo $ARTIFACT_NAME
174-
ls cli/target/graalvm-native-image/bloop-ccli.exe
174+
ls cli/target/graalvm-native-image/bloop-cli.exe
175175
mkdir -p bloop-artifacts
176176
cp cli/target/graalvm-native-image/bloop-cli.exe bloop-artifacts/$ARTIFACT_NAME
177177
shell: bash

0 commit comments

Comments
 (0)