From 2ca6029e0328c1459ccfd7b49b3e4cff13a7a2d6 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 24 May 2023 04:24:55 +0300 Subject: [PATCH] Revert "github: don't wait for flatpak build finish, it's broken for us anyway" This reverts commit eb61bcf76a03fbb24e322fa6c0893e4cac5a7a84. --- .github/workflows/c-cpp.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7ceb90eb..4c401f44 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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