You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,10 @@ And execute the next command in project's root folder:
120
120
gradle packageMyApp
121
121
```
122
122
123
+
### Package your app via CI
124
+
125
+
-**GitHub:** You can find an example workflow file [here](https://github.com/fvarrui/JavaPackager/blob/pr-248/test/hello-world-maven/.github/workflows/package.yml).
126
+
123
127
### Generated artifacts
124
128
125
129
By default it will generate next artifacts in `${outputDirectory} ` folder:
0 commit comments