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:
|
with:
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
|
- name: Debug matrix
|
||||||
|
run: echo "target=${{ matrix.target }}"
|
||||||
|
|
||||||
- name: Pnpm install and check
|
- name: Pnpm install and check
|
||||||
run: |
|
run: |
|
||||||
pnpm i
|
pnpm i
|
||||||
pnpm prepare ${{ matrix.target }}
|
node scripts/prepare.js "${{ matrix.target }}"
|
||||||
|
|
||||||
- name: Release ${{ env.TAG_CHANNEL }} Version
|
- name: Release ${{ env.TAG_CHANNEL }} Version
|
||||||
run: pnpm release-version ${{ env.TAG_NAME }}
|
run: pnpm release-version ${{ env.TAG_NAME }}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
console.log('prepare.mjs argv:', process.argv)
|
||||||
|
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import fsp from "fs/promises";
|
import fsp from "fs/promises";
|
||||||
import zlib from "zlib";
|
import zlib from "zlib";
|
||||||
|
|||||||
Reference in New Issue
Block a user