mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Fix release CI: create release _after_ build
This commit is contained in:
parent
a9f4ba49b7
commit
d0a09cb866
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user