Revert "github: don't wait for flatpak build finish, it's broken for us anyway"
This reverts commit eb61bcf76a
.
This commit is contained in:
parent
dee5cae5f3
commit
2ca6029e03
1 changed files with 1 additions and 2 deletions
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
|
@ -92,8 +92,7 @@ jobs:
|
|||
release:
|
||||
name: "Upload releases"
|
||||
runs-on: ubuntu-latest
|
||||
#needs: [build, flatpak]
|
||||
needs: build
|
||||
needs: [build, flatpak]
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
steps:
|
||||
- name: Remove old release
|
||||
|
|
Loading…
Add table
Reference in a new issue