mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-15 06:20:31 +08:00
feat: add debug logging for matrix target and update prepare script invocation
This commit is contained in:
parent
e7d3d7e0ae
commit
15d3c765ac
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 }}
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
console.log('prepare.mjs argv:', process.argv)
|
||||
|
||||
import fs from "fs";
|
||||
import fsp from "fs/promises";
|
||||
import zlib from "zlib";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user