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 fc683fa commit 1e3b0e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/develop-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1e3b0e7

Please sign in to comment.