feat: add debug logging for matrix target and update prepare script invocation

This commit is contained in:
Tunglies
2025-06-17 23:35:23 +08:00
parent e7d3d7e0ae
commit 15d3c765ac
2 changed files with 6 additions and 1 deletions

View File

@@ -201,10 +201,13 @@ jobs:
with:
run_install: false
- name: Debug matrix
run: echo "target=${{ matrix.target }}"
- name: Pnpm install and check
run: |
pnpm i
pnpm prepare ${{ matrix.target }}
node scripts/prepare.js "${{ matrix.target }}"
- name: Release ${{ env.TAG_CHANNEL }} Version
run: pnpm release-version ${{ env.TAG_NAME }}