Upload image artifact on on manual workflow run

This commit is contained in:
Oleg Kalachev
2024-04-14 04:08:03 +03:00
parent 22c9d238d4
commit b3d28723d7

View File

@@ -29,6 +29,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload image to artifacts - name: Upload image to artifacts
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: image name: image