Fix release CI: create release _after_ build

This commit is contained in:
David Robertson 2023-10-11 15:18:00 +01:00
parent a9f4ba49b7
commit d0a09cb866
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD

View File

@ -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"