mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Upload image to artifacts on manual workflow run
This commit is contained in:
7
.github/workflows/build-image.yaml
vendored
7
.github/workflows/build-image.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user