From eb1a6f4349afb43af3a35a97b15f629b61999e9a Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sun, 14 Apr 2024 01:42:06 +0300 Subject: [PATCH] Upload image to artifacts --- .github/workflows/build-image.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 34b7022d..c6c211fd 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -28,3 +28,9 @@ jobs: prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload image to artifacts + uses: actions/upload-artifact@v3 + with: + name: image + path: images/clover_*.zip + retention-days: 1