Upload artifact after build

Upload artifact after build using: actions/upload-artifact@v1.0.0
This commit is contained in:
blockparole 2019-11-02 01:08:05 +01:00 committed by GitHub
parent b1ac832877
commit 92358ec7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Java CI
name: Gradle CI
on: [push]
@ -15,3 +15,5 @@ jobs:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0