Skip to content

Commit

Permalink
bugfix: Fix release typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Aug 15, 2024
1 parent 0b6f53f commit efda2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
echo $ARTIFACT_NAME
ls cli/target/graalvm-native-image/bloop-ccli.exe
ls cli/target/graalvm-native-image/bloop-cli.exe
mkdir -p bloop-artifacts
cp cli/target/graalvm-native-image/bloop-cli.exe bloop-artifacts/$ARTIFACT_NAME
shell: bash
Expand Down

0 comments on commit efda2ff

Please sign in to comment.