Skip to content

Commit 55c304c

Browse files
committed
modify upload artifact
modify upload artifact
1 parent 3a6bcbb commit 55c304c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build_prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: npm run build
1717
- run: mv dist/celeste-search/robots.prod.txt dist/celeste-search/robots.txt
1818
- name: Upload artifact
19-
uses: actions/upload-artifact@v1
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: dist
2222
path: dist/celeste-search

db/shared/convert-text.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function translateEn(id: number, fallback?: string) {
2424

2525
export function cleanFormat(translation: string) {
2626
return translation ?
27-
translation.replace(/\\n/g, "\n").replace(/<color="(.*?)">(.*?)<\/color>/g, "$2").replace(/<color=(.*?)>/g, "- ").replace(/<\/color>/g,""):
27+
translation.replace(/\\n/g, "\n").replace(/<color="(.*?)">(.*?)<\/color>/g, "$2").replace(/<color=(.*?)>/g, "").replace(/<\/color>/g,""):
2828
translation
2929
}
3030

src/assets/db/blueprints.json

+1-1
Large diffs are not rendered by default.

src/assets/db/consumables.json

+1-1
Large diffs are not rendered by default.

src/assets/db/designs.json

+1-1
Large diffs are not rendered by default.

src/assets/db/items.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)