Browse Source

chore(CI): fix relup tests error in enterprise repo

zhanghongtong 4 years ago
parent
commit
09084e4e27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run_fvt_tests.yaml

+ 1 - 1
.github/workflows/run_fvt_tests.yaml

@@ -260,7 +260,7 @@ jobs:
             set -e -x -u
             set -e -x -u
             if [ -n "$OLD_VSNS" ]; then
             if [ -n "$OLD_VSNS" ]; then
                 mkdir -p packages
                 mkdir -p packages
-                cp emqx/_packages/emqx/*.zip packages
+                cp emqx/_packages/${PROFILE}/*.zip packages
                 cp emqx/_upgrade_base/*.zip packages
                 cp emqx/_upgrade_base/*.zip packages
                 lux -v \
                 lux -v \
                 --timeout 600000 \
                 --timeout 600000 \