Update gradle.yml

main
blackfur 2021-09-26 20:17:08 +02:00 committed by GitHub
parent f66817948a
commit 9bdcad3793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
name: Java CI
on:
push:
@ -26,3 +26,8 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Upload JAR
uses: actions/upload-artifact@v2.2.4
with:
name: Built Jar
path: build/libs/tastytoasters-1.0-SNAPSHOT.jar