support upload lib

pull/1787/head
hengyunabc 4 years ago
parent 5e95d66a98
commit 3a044bc9e0

@ -17,8 +17,8 @@ jobs:
run: ./mvnw package
- uses: actions/upload-artifact@v2
with:
name: Package
path: target/*.jar
name: lib
path: arthas-vmtool/target/classes/lib*
mac:
runs-on: macos-latest
@ -34,8 +34,8 @@ jobs:
run: ./mvnw package
- uses: actions/upload-artifact@v2
with:
name: Package
path: target/*.jar
name: lib
path: arthas-vmtool/target/classes/lib*
windows:
runs-on: windows-latest
@ -51,5 +51,5 @@ jobs:
run: ./mvnw package
- uses: actions/upload-artifact@v2
with:
name: Package
path: target/*.jar
name: lib
path: arthas-vmtool/target/classes/*.dll
Loading…
Cancel
Save