forked from RepoMirrors/kami-blue
Upload artifact after build
Upload artifact after build using: actions/upload-artifact@v1.0.0
This commit is contained in:
parent
b1ac832877
commit
92358ec7e5
|
@ -1,4 +1,4 @@
|
||||||
name: Java CI
|
name: Gradle CI
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
@ -15,3 +15,5 @@ jobs:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v1.0.0
|
||||||
|
|
Loading…
Reference in New Issue