update actions workflow to add artifacts

This commit is contained in:
Bella 2019-11-02 22:20:39 -04:00 committed by GitHub
parent 5ce7613efe
commit 415b264095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@ jobs:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: KAMI Blue Latest Preview
path: /home/runner/work/KAMI/KAMI/build/libs/KAMI-b9-release.jar