Skip to content

Commit

Permalink
WIP: fixed the prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Jul 17, 2024
1 parent 5001161 commit fc683fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/develop-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
# - name: Install with the script from Artifacts
# run: |
# cd ${{ github.workspace }}/items
# powershell.exe -ExecutionPolicy Bypass -File .\installer.ps1 ${{ matrix.install_option }}

0 comments on commit fc683fa

Please sign in to comment.