find
This commit is contained in:
parent
a17d86e7db
commit
186fac3edf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -198,7 +198,7 @@ jobs:
|
||||||
- name: Inspect build directory
|
- name: Inspect build directory
|
||||||
run: |
|
run: |
|
||||||
ls -lh /opt/builds
|
ls -lh /opt/builds
|
||||||
find . | grep _linux
|
find / | grep ytdl-sub | true
|
||||||
|
|
||||||
- name: Move linux build into dir with other builds
|
- name: Move linux build into dir with other builds
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue