Skip to content

Commit

Permalink
Upload image to artifacts on manual workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 14, 2024
1 parent fdc650e commit 96c67db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 96c67db

Please sign in to comment.