🐛 change ps1 to node

This commit is contained in:
Tw93
2023-08-28 17:24:01 +08:00
parent c216a725e2
commit 7b027edb6a
2 changed files with 23 additions and 11 deletions

View File

@@ -110,9 +110,14 @@ jobs:
node_modules/pake-cli/src-tauri/target/
key: ${{ inputs.platform }}-cargo-${{ hashFiles('node_modules/pake-cli/src-tauri/Cargo.lock') }}
- name: Install dependencies
run: |
npm install shelljs
npm install axios
- name: build with pake-cli
run: |
node ./script/build_with_pake_cli.js
node ./script/build_with_pake_cli.mjs
env:
URL: ${{ inputs.url }}
NAME: ${{ inputs.name }}