mirror of https://github.com/halo-dev/halo
Fix github actions build. (#1377)
* chore: fix github actions build. * test: github actionspull/1389/head
parent
27c715ac7f
commit
77824d50e3
|
@ -85,7 +85,9 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: halo-jar
|
name: halo-jar
|
||||||
path: build/libs
|
path: |
|
||||||
|
build/libs
|
||||||
|
!build/libs/*-plain.jar
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
github-release:
|
github-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue