Skip to content

Commit 5d7a464

Browse files
committed
update README.md
1 parent fecde90 commit 5d7a464

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.MD

+13-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
action
1+
# practice github action
2+
3+
## branch `main`
4+
all workflows
5+
## branch `artifact`
6+
generate artifact and use in multiple jobs
7+
## branch `native-graalvm`
8+
use graalvm/setup-graalvm@v1 to build native java spring executable
9+
## branch `maven-package`
10+
two projects to:
11+
1. manually deploy `.jar`to github package
12+
2. (with action)auto deploy `.jar` to github package
13+

0 commit comments

Comments
 (0)