From dfce548e7048fc3a079e1090438f6520eb57c5be Mon Sep 17 00:00:00 2001 From: Kathryn Anne S Tan Date: Thu, 2 May 2024 20:03:18 +0300 Subject: [PATCH] Remove ls debug command --- .github/workflows/build.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 721e34c..6dd1227 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,11 @@ jobs: - name: Run windows builds run: vendor/bin/haulable builds/dockerfile-laravel --platform="All Platforms" - - name: Check files created - run: ls -l - - name: Move builds into the builds folder - run: mv windows_x64 builds/windows_x64 + run: mv windows_x64 builds/windows_x64 && \ + mv linux_aarch64 builds/linux_aarch64 && \ + mv linux_x86_64 builds/linux_x86_64 && \ + mv macos_apple builds/macos_apple && \ + mv macos_intel builds/macos_intel + +