From 0b103d6226451ac5acd4e42344f2034dde616067 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 23 Feb 2023 11:07:21 -0800 Subject: [PATCH] sudo find --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }}