update CI build script

This commit is contained in:
longpanda
2021-01-29 13:02:51 +08:00
parent de6eb54853
commit 17da2e2a21
5 changed files with 31 additions and 9 deletions

View File

@@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
@@ -15,10 +17,14 @@ jobs:
run: docker-compose up
- uses: actions/upload-artifact@v2
with:
name: ventoy-windows
path: INSTALL/ventoy-*windows*
- uses: actions/upload-artifact@v2
with:
name: ventoy-linux
path: INSTALL/ventoy-*linux*
- uses: actions/upload-artifact@v2
with:
name: ventoy-windows
path: INSTALL/ventoy-*windows*
name: ventoy-livecd
path: INSTALL/ventoy-*livecd*