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