Skip to content

Commit

Permalink
fix workflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhs committed May 28, 2024
1 parent cef31ce commit b9bfa55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

upload-sh:
runs-on: ubuntu-latest
needs: [create-release]
needs: [build, create-release]
steps:
- uses: actions/checkout@main

Expand All @@ -57,7 +57,7 @@ jobs:

upload-bin:
runs-on: ubuntu-latest
needs: [create-release]
needs: [build, create-release]
strategy:
matrix:
platform: [macos-arm64, macos-amd64, linux-amd64]
Expand Down

0 comments on commit b9bfa55

Please sign in to comment.