File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 mkdir -p \
130130 "${{ github.workspace }}/BUILD/staging/${LANGUAGE}" \
131131 "${{ github.workspace }}/BUILD/staging/${LANGUAGE}/Game/Content/NonAssets/ETP_ko" \
132- "${{ github.workspace }}/BUILD/staging/${LANGUAGE}/Game/Content/NonAssets/ETP_zh_hans"
132+ "${{ github.workspace }}/BUILD/staging/${LANGUAGE}/Game/Content/NonAssets/ETP_zh_hans" \
133133 "${{ github.workspace }}/BUILD/staging/${LANGUAGE}/Game/Content/NonAssets/ETP_zh_hant"
134134
135135 cp \
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 mkdir -p \
125125 "${{ github.workspace }}/DEBUG/staging/${LANGUAGE}" \
126126 "${{ github.workspace }}/DEBUG/staging/${LANGUAGE}/Game/Content/NonAssets/ETP_ko" \
127- "${{ github.workspace }}/DEBUG/staging/${LANGUAGE}/Game/Content/NonAssets/ETP_zh_hans"
127+ "${{ github.workspace }}/DEBUG/staging/${LANGUAGE}/Game/Content/NonAssets/ETP_zh_hans" \
128128 "${{ github.workspace }}/DEBUG/staging/${LANGUAGE}/Game/Content/NonAssets/ETP_zh_hant"
129129
130130 cp \
You can’t perform that action at this time.
0 commit comments