Skip to content

Commit 4674e4e

Browse files
committed
Upload to actions
1 parent 49184b5 commit 4674e4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828

2929
- name: Build with Gradle
3030
run: ./gradlew build
31+
32+
- name: capture build artifacts
33+
uses: actions/upload-artifact@v2
34+
with:
35+
name: Artifacts
36+
path: build/libs/

0 commit comments

Comments
 (0)