mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: add debug logging for matrix target and update prepare script invocation
This commit is contained in:
5
.github/workflows/autobuild.yml
vendored
5
.github/workflows/autobuild.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user