Skip to content

Commit de28b37

Browse files
authored
🟢 (057) Calsadora's Scarlet Scheme {Sub Story}
missing backslash
1 parent bc05c04 commit de28b37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Create_Latest_Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

.github/workflows/Create_Latest_Release_DEBUG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)