Upload brouter-*.zip as artifact
This commit is contained in:
parent
4b39e6ea66
commit
abb338afc9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/gradle.yml
vendored
5
.github/workflows/gradle.yml
vendored
|
@ -26,3 +26,8 @@ jobs:
|
|||
run: touch local.properties
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Upload ZIP
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ZIP
|
||||
path: brouter-server/build/distributions/brouter-*.zip
|
||||
|
|
Loading…
Reference in a new issue