We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f046b6 commit 41d059fCopy full SHA for 41d059f
.github/workflows/gradle.yml
@@ -15,3 +15,7 @@ jobs:
15
run: ./gradlew test
16
- name: Build with Gradle
17
run: ./gradlew build
18
+ - uses: actions/upload-artifact@v2-preview
19
+ with:
20
+ name: artifact
21
+ path: build/release/*
0 commit comments