mirror of https://github.com/E-Almqvist/eOS
parent
11a5c4d9eb
commit
2b7e378d7d
@ -0,0 +1,23 @@ |
|||||||
|
name: Create ISO & Upload |
||||||
|
|
||||||
|
on: |
||||||
|
push: |
||||||
|
branches: [ master ] |
||||||
|
pull_request: |
||||||
|
branches: [ master ] |
||||||
|
|
||||||
|
jobs: |
||||||
|
build: |
||||||
|
|
||||||
|
runs-on: ubuntu-latest |
||||||
|
|
||||||
|
steps: |
||||||
|
- uses: actions/checkout@v2 |
||||||
|
- name: Create ISO |
||||||
|
run: make |
||||||
|
|
||||||
|
- name: Upload ISO |
||||||
|
uses: actions/upload-artifact@v2.2.4 |
||||||
|
with: |
||||||
|
name: eos.iso |
||||||
|
path: eos.iso |
Loading…
Reference in new issue