Skip to content

Commit

Permalink
fix: workflow order
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePing32 committed Mar 3, 2024
1 parent ac84020 commit a1e2a89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a1e2a89

Please sign in to comment.