We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2494442 commit d330306Copy full SHA for d330306
1 file changed
.github/workflows/gradle.yml
@@ -34,3 +34,9 @@ jobs:
34
35
- name: Build with Gradle
36
run: ./gradlew build
37
+
38
+ - name: Upload Artifacts
39
+ uses: actions/upload-artifact@v2
40
+ with:
41
+ name: ParticleLib-dev
42
+ path: build/libs/*.jar
0 commit comments