Skip to content

Commit

Permalink
perf: 整合证书到代码中
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Oct 4, 2024
1 parent 8572832 commit d64072e
Show file tree
Hide file tree
Showing 10 changed files with 1,593 additions and 1,321 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
ARCH: ['x86_64']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

Expand All @@ -31,7 +31,9 @@ jobs:
with:
submodules: 'recursive'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
Expand Down Expand Up @@ -103,8 +105,7 @@ jobs:
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage \
**build/*.js \
**build/*.yaml \
**build/server.*
**build/*.yaml
- name: Release
uses: softprops/action-gh-release@v1
Expand All @@ -116,5 +117,4 @@ jobs:
tag_name: ${{ steps.tag.outputs.tag }}
files: |
**build/*.js
**build/*.yaml
**build/server.*
**build/*.yaml
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"uuid": "^9.0.1",
"ws": "^8.14.2",
"yaml": "^2.4.1"
}
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}
Loading

0 comments on commit d64072e

Please sign in to comment.