workflow: build vendor branch

This commit is contained in:
amazingfate
2024-03-10 10:09:14 +08:00
committed by Ricardo Pardini
parent 4666415d0c
commit eb2808b9eb

View File

@@ -45,12 +45,12 @@ jobs:
bash ./compile.sh kernel \
SHARE_LOG=yes \
BOARD=orangepi5 \
BRANCH=legacy \
BRANCH=vendor \
ENABLE_EXTENSIONS="pull-request"
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: linux-rockchip-legacy
name: linux-rockchip-vendor
path: output/debs/*.deb
retention-days: 5