mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-02 17:03:40 +00:00
Fix YAML
This commit is contained in:
parent
3bd7629b46
commit
161e2a927b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: 'Artifact-B'
|
name: 'Artifact-B'
|
||||||
path: path/to/artifact-git
|
path: path/to/artifact-B
|
||||||
|
|
||||||
- name: Download artifact A with no extra folder (default)
|
- name: Download artifact A with no extra folder (default)
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user