From a17d86e7db622f561e983a651819c634ac322c1a Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 23 Feb 2023 10:34:46 -0800 Subject: [PATCH] container cache ugh --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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' }}