]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - .github/workflows/ci.yml
update CI build script
[Ventoy.git] / .github / workflows / ci.yml
index 1a7da188cf59b13ea156ba61ac43fd30373bb0fc..aa09d624549dd5bb315bfc4353d6496e240e8bc4 100644 (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*