]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - .github/workflows/ci.yml
added Spanish (Latinoamérica) translation (#1865)
[Ventoy.git] / .github / workflows / ci.yml
index 1a7da188cf59b13ea156ba61ac43fd30373bb0fc..8b510b29e07c64657eb6e5af5e36f2d807280827 100644 (file)
@@ -5,6 +5,8 @@ on:
     branches: [ master ]
   pull_request:
     branches: [ master ]
+  
+  workflow_dispatch:
 
 jobs:
   build:
@@ -13,12 +15,23 @@ jobs:
     - uses: actions/checkout@v2
     - name: Run docker-compose up
       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*
+    - uses: actions/upload-artifact@v2
+      with:
+        name: SHA256SUM
+        path: INSTALL/sha256.txt
+    - uses: actions/upload-artifact@v2
+      with:
+        name: xxx-build-log
+        path: DOC/build.log