Skip to content

Commit

Permalink
feat: recorder, logger and config utils
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Jan 22, 2025
1 parent a7c237e commit 772096b
Show file tree
Hide file tree
Showing 13 changed files with 508 additions and 168 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: ["amain"]
branches: ["main"]
pull_request:
branches: ["amain"]
branches: ["main"]

jobs:
build:
Expand Down Expand Up @@ -86,10 +86,8 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x86_64'
run: |
pnpm install --no-frozen-lockfile
cd client
pnpm build
tar -czf dist.tar.gz dist/client
cd ../
tar -czf dist.tar.gz dist
- name: Upload artifact (Frontend)
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x86_64'
Expand Down
Loading

0 comments on commit 772096b

Please sign in to comment.