Skip to content

Commit

Permalink
Fix release CI: create release _after_ build
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Oct 11, 2023
1 parent a9f4ba4 commit d0a09cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
path: build/syncv3_${{ matrix.os }}_${{ matrix.arch }}

create-release:
needs: ["build"]
runs-on: ubuntu-latest
steps:
- name: "Fetch all binaries"
Expand Down

0 comments on commit d0a09cb

Please sign in to comment.