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:
|
build:
|
||||||
name: Build kernel
|
name: Build kernel
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: daze456/deepin-desktop:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: sudo bash build_action.sh
|
run: ./build_action.sh
|
||||||
|
|
||||||
- name: Artifact
|
- name: Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: artifact
|
name: artifact
|
||||||
path: ${{ github.workspace }}/artifact/
|
path: ${{ github.workspace }}/artifact/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user