diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 666aa529..01a1b0f7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -198,11 +198,11 @@ jobs: - name: Inspect build directory run: | ls -lh /opt/builds - find / | grep ytdl-sub | true + sudo find / | grep ytdl-sub | true - name: Move linux build into dir with other builds run: | - mv ~/opt/builds/* /opt/builds + mv /root/opt/builds/* /opt/builds - name: Create Release if: ${{ github.ref == 'refs/heads/master' }}