mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 21:12:58 -04:00
Update ci.yml
This commit is contained in:
parent
4c78478297
commit
eea770f7e9
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -11,5 +11,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: run docker-compose up
|
- name: Run docker-compose up
|
||||||
run: docker-compose up
|
run: docker-compose up
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: ventoy-build
|
||||||
|
path: INSTALL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user