Upload image to artifacts on manual workflow run

This commit is contained in:
Oleg Kalachev
2024-04-14 21:32:05 +03:00
parent fdc650ec2a
commit 96c67db541

View File

@@ -28,3 +28,10 @@ jobs:
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload image to artifacts
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v3
with:
name: image
path: images/clover_*.zip
retention-days: 1