Browse Source

update publish GH action

jrobinAV 2 years ago
parent
commit
be1b6451b6
1 changed files with 2 additions and 2 deletions
  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: |