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
4cd2ba53ed
commit
32f0edceb8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
|||
path: some/other/pathgz
|
||||
extract: False
|
||||
|
||||
- run: ls -la some
|
||||
- run: ls -lR some
|
||||
|
||||
|
||||
- name: Verify successful download
|
||||
|
@ -141,7 +141,7 @@ jobs:
|
|||
path: ~/some/path/with/a/tildegz
|
||||
extract: False
|
||||
|
||||
- run: ls -la R some
|
||||
- run: ls -lR some
|
||||
|
||||
- name: Verify successful download
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue