From d5aec0999fc2d1bb676dff10e9350c29019cbc0d Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 23 Feb 2023 12:19:22 -0800 Subject: [PATCH] no find --- .github/workflows/release.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7f2d25f0..dc6f16f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -179,12 +179,6 @@ jobs: - name: Inspect build directory run: | ls -lh /opt/builds - sudo find / | grep ytdl-sub | true - - - name: Move linux build into dir with other builds - run: | - sudo mv /root/opt/builds/* /opt/builds - sudo chown -R runner:docker /opt/builds - name: Create Release if: ${{ github.ref == 'refs/heads/master' }}