修复actions
This commit is contained in:
@@ -21,11 +21,14 @@ jobs:
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: yarn
|
||||
|
||||
- name: Build project
|
||||
run: npx aiot build
|
||||
run: npx aiot build --enable-custom-component --enable-jsc --enable-protobuf --enable-image-png8
|
||||
|
||||
- name: Upload rpk files
|
||||
uses: actions/[email protected]
|
||||
|
||||
Reference in New Issue
Block a user