修复actions

This commit is contained in:
Searchstars
2024-11-19 22:18:17 +08:00
committed by GitHub
parent 7fcea00b40
commit 55a924a8cb
+5 -2
View File
@@ -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]