Skip to content

Commit 50daeb3

Browse files
committed
Weird mv semantics.
1 parent b4474df commit 50daeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: move
4444
run: |
4545
mkdir -p sdk
46-
mv ./FBXSDK-Windows-2020.2/sdk ./sdk
46+
mv ./FBXSDK-Windows-2020.2/sdk .
4747
shell: bash
4848

4949
- name: Decompress sdk
@@ -112,7 +112,7 @@ jobs:
112112
- name: move
113113
run: |
114114
mkdir -p sdk
115-
mv ./FBXSDK-Linux-2020.2/sdk ./sdk
115+
mv ./FBXSDK-Linux-2020.2/sdk .
116116
shell: bash
117117

118118
- name: Decompress sdk

0 commit comments

Comments
 (0)