diff --git a/.github/workflows/develop-Windows.yml b/.github/workflows/develop-Windows.yml index 16219c90..737959d8 100644 --- a/.github/workflows/develop-Windows.yml +++ b/.github/workflows/develop-Windows.yml @@ -58,9 +58,10 @@ jobs: - name: Unzip Artifacts run: | cd download - Expand-Archive -Path install-test-for-windows.zip -DestinationPath '${{ github.workspace }}/items' + ls + # Expand-Archive -Path install-test-for-windows.zip -DestinationPath '${{ github.workspace }}/items' - - name: Install with the script from Artifacts - run: | - cd ${{ github.workspace }}/items - powershell.exe -ExecutionPolicy Bypass -File .\installer.ps1 ${{ matrix.install_option }} \ No newline at end of file + # - name: Install with the script from Artifacts + # run: | + # cd ${{ github.workspace }}/items + # powershell.exe -ExecutionPolicy Bypass -File .\installer.ps1 ${{ matrix.install_option }} \ No newline at end of file