File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,18 +171,18 @@ jobs:
171
171
if : matrix.os == 'windows-latest'
172
172
run : |
173
173
echo $ARTIFACT_NAME
174
- ls cli/target/graalvm-native-image/cli .exe
174
+ ls cli/target/graalvm-native-image/bloop-ccli .exe
175
175
mkdir -p bloop-artifacts
176
- cp cli/target/graalvm-native-image/cli.exe bloop-artifacts/$ARTIFACT_NAME
176
+ cp cli/target/graalvm-native-image/bloop- cli.exe bloop-artifacts/$ARTIFACT_NAME
177
177
shell : bash
178
178
179
179
- name : Copy artifacts (not windows)
180
180
if : matrix.os != 'windows-latest'
181
181
run : |
182
- ls cli/target/graalvm-native-image/cli
182
+ ls cli/target/graalvm-native-image/bloop- cli
183
183
echo $ARTIFACT_NAME
184
184
mkdir -p bloop-artifacts
185
- cp cli/target/graalvm-native-image/cli bloop-artifacts/$ARTIFACT_NAME
185
+ cp cli/target/graalvm-native-image/bloop- cli bloop-artifacts/$ARTIFACT_NAME
186
186
187
187
- uses : actions/upload-artifact@v4
188
188
with :
You can’t perform that action at this time.
0 commit comments