diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 01a1b0f7..ad0ec1ed 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -202,7 +202,8 @@ jobs: - name: Move linux build into dir with other builds run: | - mv /root/opt/builds/* /opt/builds + sudo mv /root/opt/builds/* /opt/builds + sudo chown -R runner:docker /opt/builds - name: Create Release if: ${{ github.ref == 'refs/heads/master' }}