From dca9bc31493d83cc0b3751eece7a3747ac6d4378 Mon Sep 17 00:00:00 2001
From: hengyunabc <hengyunabc@gmail.com>
Date: Fri, 2 Jul 2021 11:47:25 +0800
Subject: [PATCH] fix arthas-vmtool upload path

---
 .github/workflows/build-vmtool.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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