Skip to content

修改传参方式 #306

修改传参方式

修改传参方式 #306

Workflow file for this run

name: Build lineageOS Kernel
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- name: Init Repo
run: |
bash -x ./ci.sh
cat ${GITHUB_WORKSPACE}/env.add >> $GITHUB_ENV
- name: Upload to Artifacts
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ env.fliename }}
path: ${{ env.fliepath }}
compression-level: 9