mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix arthas-vmtool upload path
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: lib
|
||||
path: arthas-vmtool/target/classes/lib*
|
||||
path: arthas-vmtool/target/lib*
|
||||
|
||||
mac:
|
||||
runs-on: macos-10.15
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: lib
|
||||
path: arthas-vmtool/target/classes/lib*
|
||||
path: arthas-vmtool/target/lib*
|
||||
|
||||
windows:
|
||||
runs-on: windows-2016
|
||||
@@ -52,4 +52,4 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: lib
|
||||
path: arthas-vmtool/target/classes/*.dll
|
||||
path: arthas-vmtool/target/*.dll
|
||||
Reference in New Issue
Block a user