Skip to content

Commit ce96bbf

Browse files
committed
Try again to move the sdk.
1 parent f3d1d66 commit ce96bbf

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/build-win-10.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,12 @@ jobs:
3535

3636
- name: Curl sdk
3737
run: |
38-
curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.tar.gz"
38+
curl -O -L "https://github.com/V-Sekai/FBXSDK-Windows/archive/refs/tags/2020.2.zip"
3939
shell: cmd
40-
41-
- name: install 7z expand
42-
run: |
43-
7z e 2020.2.tar.gz
44-
shell: cmd
45-
40+
4641
- name: install 7z extract
4742
run: |
48-
7z x 2020.2.tar
43+
7z x 2020.2.zip
4944
shell: cmd
5045

5146
- name: move

0 commit comments

Comments
 (0)