Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
update actions workflow to add artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 authored Nov 3, 2019
1 parent 5ce7613 commit 415b264
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 415b264

Please sign in to comment.