mirror of https://github.com/kami-blue/client
update actions workflow to add artifacts
This commit is contained in:
parent
5ce7613efe
commit
415b264095
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue