sudo find

This commit is contained in:
Jesse Bannon 2023-02-23 11:07:21 -08:00
parent 186fac3edf
commit 0b103d6226

View file

@ -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' }}