Skip to content

Commit 1c2901d

Browse files
committed
Fix image name
1 parent a427b11 commit 1c2901d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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-0.1-jar-with-dependencies
42-
./netty-plot-0.1-jar-with-dependencies &
41+
du -h netty-plot
42+
./netty-plot &
4343
sleep 10
4444
curlhttp://127.0.0.1:8080/

archive/native-netty-plot/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<native.maven.plugin.version>0.10.4</native.maven.plugin.version>
1313
<maven.compiler.source>${java.specification.version}</maven.compiler.source>
1414
<maven.compiler.target>${java.specification.version}</maven.compiler.target>
15+
<imageName>netty-plot</imageName>
1516
</properties>
1617

1718
<dependencies>

0 commit comments

Comments
 (0)