]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - .github/workflows/ci.yml
change password input field to type=password (#2427)
[Ventoy.git] / .github / workflows / ci.yml
index aa09d624549dd5bb315bfc4353d6496e240e8bc4..7e34cbd5d3e5225e80355a58d66a5217bfedf609 100644 (file)
@@ -12,19 +12,26 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Run docker-compose up
       run: docker-compose up
-    - uses: actions/upload-artifact@v2
+    - uses: actions/upload-artifact@v3
       with:
         name: ventoy-windows
         path: INSTALL/ventoy-*windows*
-    - uses: actions/upload-artifact@v2
-        with:
+    - uses: actions/upload-artifact@v3
+      with:
         name: ventoy-linux
         path: INSTALL/ventoy-*linux*
-    - uses: actions/upload-artifact@v2
+    - uses: actions/upload-artifact@v3
       with:
         name: ventoy-livecd
         path: INSTALL/ventoy-*livecd*
-
+    - uses: actions/upload-artifact@v3
+      with:
+        name: SHA256SUM
+        path: INSTALL/sha256.txt
+    - uses: actions/upload-artifact@v3
+      with:
+        name: xxx-build-log
+        path: DOC/build.log