浏览代码

update publish GH action

jrobinAV 2 年之前
父节点
当前提交
be1b6451b6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/publish.yml

+ 2 - 2
.github/workflows/publish.yml

@@ -96,12 +96,12 @@ jobs:
       - name: Prepare tests on unix
         if: matrix.os != 'windows-latest'
         run: |
-          rm -rf taipy
+          rm -rf src
 
       - name: Prepare tests on windows
         if: matrix.os == 'windows-latest'
         run: |
-          rmdir -Recurse -Force taipy
+          rmdir -Recurse -Force src
 
       - name: Install and test package
         run: |