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