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