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

0 comments on commit 5001161

Please sign in to comment.