Update workflow.yml
This commit is contained in:
parent
b59d9fa47e
commit
b6618390f8
|
@ -37,3 +37,15 @@ jobs:
|
|||
- name: run example
|
||||
run: |
|
||||
python example/test_workflow.py
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
# Artifact name
|
||||
name: screenshots
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: /home/runner/work/_temp/*.png
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue