Upload built image to artifacts

This commit is contained in:
Oleg Kalachev
2023-09-23 00:19:45 +03:00
parent 44da0e3e9f
commit 4b2147185f

View File

@@ -27,3 +27,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