Skip to content

Commit

Permalink
Merge pull request #2401 from tgodzik/fix2
Browse files Browse the repository at this point in the history
bugfix: Fix release typo
  • Loading branch information
tgodzik authored Aug 15, 2024
2 parents 0b6f53f + efda2ff commit 46b864b
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 46b864b

Please sign in to comment.