更新
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: Build kernel deb packages
|
||||
on: push
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -22,9 +23,3 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: bash build_action.sh
|
||||
|
||||
- name: Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: artifact
|
||||
path: ${{ github.workspace }}/artifact/
|
||||
|
||||
Reference in New Issue
Block a user