diff --git a/.github/workflows/develop-Windows.yml b/.github/workflows/develop-Windows.yml index 4896d3bb..16219c90 100644 --- a/.github/workflows/develop-Windows.yml +++ b/.github/workflows/develop-Windows.yml @@ -57,7 +57,8 @@ jobs: - name: Unzip Artifacts run: | - Expand-Archive -Path '${{ github.workspace }}/download/install-test-for-windows.zip' -DestinationPath '${{ github.workspace }}/items' + cd download + Expand-Archive -Path install-test-for-windows.zip -DestinationPath '${{ github.workspace }}/items' - name: Install with the script from Artifacts run: |