sudo find
This commit is contained in:
parent
186fac3edf
commit
0b103d6226
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -198,11 +198,11 @@ jobs:
|
||||||
- name: Inspect build directory
|
- name: Inspect build directory
|
||||||
run: |
|
run: |
|
||||||
ls -lh /opt/builds
|
ls -lh /opt/builds
|
||||||
find / | grep ytdl-sub | true
|
sudo 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: |
|
||||||
mv ~/opt/builds/* /opt/builds
|
mv /root/opt/builds/* /opt/builds
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue