diff --git a/.github/workflows/build-vmtool.yaml b/.github/workflows/build-vmtool.yaml index 2ac44bcf2..8c095d640 100644 --- a/.github/workflows/build-vmtool.yaml +++ b/.github/workflows/build-vmtool.yaml @@ -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 \ No newline at end of file + path: arthas-vmtool/target/*.dll \ No newline at end of file