X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/715f4108320e2948e7f8817358267608e868e3b6..7bf85a1ef8e4af080aa30b06a323b101603af5cb:/.github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b9d335..8b510b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,11 @@ jobs: with: 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