chore(release): first stable release #45
@@ -29,7 +29,7 @@ jobs:
|
||||
uses: gradle/actions/setup-gradle@v6
|
||||
|
||||
- name: Build
|
||||
run: ./gradlew clean assemble --stacktrace --no-daemon
|
||||
run: ./gradlew clean bootJar --stacktrace --no-daemon
|
||||
|
||||
- name: Test
|
||||
run: ./gradlew test --stacktrace --no-daemon
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
with:
|
||||
name: ${{ steps.meta.outputs.artifact-name }}
|
||||
path: |
|
||||
build/libs/**
|
||||
build/libs/*.jar
|
||||
build/reports/**
|
||||
build/test-results/**
|
||||
retention-days: 7
|
||||
|
||||
Reference in New Issue
Block a user