Upload image to artifacts

This commit is contained in:
Oleg Kalachev
2024-04-14 01:42:06 +03:00
parent a41004d294
commit eb1a6f4349

View File

@@ -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