Fix github actions build. (#1377)

* chore: fix github actions build.

* test: github actions
pull/1389/head
Ryan Wang 2021-05-27 13:45:58 +08:00 committed by GitHub
parent 27c715ac7f
commit 77824d50e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: halo-jar
path: build/libs
path: |
build/libs
!build/libs/*-plain.jar
retention-days: 1
github-release:
runs-on: ubuntu-latest