Skip to content

Commit

Permalink
modify upload artifact
Browse files Browse the repository at this point in the history
modify upload artifact
  • Loading branch information
romaniac01 committed Sep 13, 2024
1 parent 3a6bcbb commit 55c304c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: npm run build
- run: mv dist/celeste-search/robots.prod.txt dist/celeste-search/robots.txt
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/celeste-search
Expand Down
2 changes: 1 addition & 1 deletion db/shared/convert-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function translateEn(id: number, fallback?: string) {

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

Expand Down
2 changes: 1 addition & 1 deletion src/assets/db/blueprints.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/db/consumables.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/db/designs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/db/items.json

Large diffs are not rendered by default.

0 comments on commit 55c304c

Please sign in to comment.