jar artifact

This commit is contained in:
rusefillc 2022-06-26 12:16:57 -04:00
parent f1d8556d69
commit 9eb0ce26a4
1 changed files with 8 additions and 1 deletions

View File

@ -19,4 +19,11 @@ jobs:
run: javac -version
- name: Gradle
run: bash gradlew build
run: bash gradlew jar
- name: Upload .jar file
if: ${{ github.event_name != 'push' }}
uses: actions/upload-artifact@v2
with:
name: can-log-tools jar
path: build/libs/can-log-tools-0.1-SNAPSHOT.jar