mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 15:08:29 +02:00
Update test.yml
This commit is contained in:
parent
b8db3765b9
commit
4cd2ba53ed
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
with:
|
||||
path: some/other/path
|
||||
|
||||
- run: ls -la .
|
||||
- run: ls -lR some
|
||||
|
||||
- name: Verify successful download
|
||||
run: |
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
path: some/other/pathgz
|
||||
extract: False
|
||||
|
||||
- run: ls -la .
|
||||
- run: ls -la some
|
||||
|
||||
|
||||
- name: Verify successful download
|
||||
|
@ -141,7 +141,7 @@ jobs:
|
|||
path: ~/some/path/with/a/tildegz
|
||||
extract: False
|
||||
|
||||
- run: ls -la .
|
||||
- run: ls -la R some
|
||||
|
||||
- name: Verify successful download
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue