From a1e2a89e8c3258b856728192ff90295e08ddbaff Mon Sep 17 00:00:00 2001 From: Prakhar Gurunani Date: Sun, 3 Mar 2024 16:10:28 +0530 Subject: [PATCH] fix: workflow order --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64b35a2..3cdc1c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,10 @@ jobs: brew cleanup --prune-prefix sudo rm -rf $(brew --repo homebrew/core) + # Build Homebrew recipe + - name: Build + run: ./build.sh + # Save distributable as Artifact - name: Save Distributable uses: actions/upload-artifact@v2 @@ -60,10 +64,6 @@ jobs: path: pkg/*.pkg retention-days: 1 if-no-files-found: error - - # Build Homebrew recipe - - name: Build - run: ./build.sh # Test Homebrew recipe - name: Test