deepin_container
This commit is contained in:
parent
cd50c25ef7
commit
1cab7bacc5
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -5,15 +5,16 @@ jobs:
|
||||
build:
|
||||
name: Build kernel
|
||||
runs-on: ubuntu-latest
|
||||
container: daze456/deepin-desktop:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build
|
||||
run: sudo bash build_action.sh
|
||||
run: ./build_action.sh
|
||||
|
||||
- name: Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: artifact
|
||||
path: ${{ github.workspace }}/artifact/
|
||||
path: ${{ github.workspace }}/artifact/
|
||||
|
Loading…
x
Reference in New Issue
Block a user