mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
Update test.yml
This commit is contained in:
parent
b8db3765b9
commit
4cd2ba53ed
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…
x
Reference in New Issue
Block a user