Skip to content

Commit

Permalink
add 7z extract target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangyu-Hu committed Sep 1, 2023
1 parent 0b5a3a5 commit 5b6a966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
name: Windows-build

- name: Unzip build folder
run: 7z.exe e build.7z C:\build
run: 7z.exe x build.7z -oC:\

- name: Test with the first try
id: first-try
Expand Down

0 comments on commit 5b6a966

Please sign in to comment.