diff --git a/.github/workflows/develop-Windows.yml b/.github/workflows/develop-Windows.yml index 737959d8..f3625c23 100644 --- a/.github/workflows/develop-Windows.yml +++ b/.github/workflows/develop-Windows.yml @@ -57,9 +57,11 @@ jobs: - name: Unzip Artifacts run: | + New-Item -ItemType Directory -Path ${{ github.workspace }}/test | Out-Null + Move-Item -Path ${{ github.workspace }}/download/build/config_Windows.json -Destination ${{ github.workspace }}/test + Move-Item -Path ${{ github.workspace }}/download/installer/tools/installer.ps1 -Destination ${{ github.workspace }}/test cd download ls - # Expand-Archive -Path install-test-for-windows.zip -DestinationPath '${{ github.workspace }}/items' # - name: Install with the script from Artifacts # run: |