Upload brouter-*.zip as artifact

This commit is contained in:
Manuel Fuhr 2021-10-08 16:43:37 +02:00
parent 4b39e6ea66
commit abb338afc9

View file

@ -26,3 +26,8 @@ jobs:
run: touch local.properties run: touch local.properties
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build run: ./gradlew build
- name: Upload ZIP
uses: actions/upload-artifact@v2
with:
name: ZIP
path: brouter-server/build/distributions/brouter-*.zip