mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 08:58:28 +02:00
Fix YAML
This commit is contained in:
parent
3bd7629b46
commit
161e2a927b
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue