Skip to content

Commit a427b11

Browse files
committed
Fix image name
1 parent 6325468 commit a427b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/archive-native-netty-plot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# re-package project to include new reachability metadata collected by agent
3939
mvn --no-transfer-progress package
4040
native-image -jar target/netty-plot-0.1-jar-with-dependencies.jar
41-
du -h netty-plot
42-
./netty-plot &
41+
du -h netty-plot-0.1-jar-with-dependencies
42+
./netty-plot-0.1-jar-with-dependencies &
4343
sleep 10
4444
curlhttp://127.0.0.1:8080/

0 commit comments

Comments
 (0)