Skip to content

Commit 7395f21

Browse files
authored
Update README.md
1 parent 811646b commit 7395f21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ And execute the next command in project's root folder:
120120
gradle packageMyApp
121121
```
122122

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+
123127
### Generated artifacts
124128

125129
By default it will generate next artifacts in `${outputDirectory} ` folder:

0 commit comments

Comments
 (0)