Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanrus authored Sep 16, 2024
1 parent 317f982 commit 4f126d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
cd ./noraneko
pnpm install
pnpm build --build
pnpm build --release-build-before
cd ..
- name: build
Expand All @@ -122,7 +122,7 @@ jobs:
- name: Inject noraneko
run: |
cd ./noraneko
pnpm build --build
pnpm build --release-build-after
cd ..
- name: Package noraneko
run: |
Expand Down

0 comments on commit 4f126d1

Please sign in to comment.