Skip to content

Commit 6231275

Browse files
authored
Merge branch 'WFCD:master' into fix/weapon-type-classifications
2 parents 19fc989 + b0f2377 commit 6231275

File tree

11 files changed

+109
-95
lines changed

11 files changed

+109
-95
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ jobs:
5353
commit_user_name: wfcd-bot-boi
5454
commit_user_email: [email protected]
5555
commit_author: wfcd-bot-boi <[email protected]>
56+
- uses: actions/upload-artifact@v4
57+
with:
58+
name: data
59+
path: ./data/json/All.json

.github/workflows/static.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
PROXY_SOCKS5_HOST: ${{ secrets.PROXY_SOCKS5_HOST }}
5959
PROXY_SOCKS5_PORT: ${{ secrets.PROXY_SOCKS5_PORT }}
6060
PROXY_HTTPS_STRING: ${{ secrets.PROXY_HTTPS_STRING }}
61+
- uses: actions/upload-artifact@v4
62+
with:
63+
name: data
64+
path: ./data/json/All.json
6165
types:
6266
name: Type Checks
6367
runs-on: ubuntu-latest

data/json/All.json

Lines changed: 74 additions & 68 deletions
Large diffs are not rendered by default.

data/json/Gear.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/json/Misc.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/json/Mods.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)