From 46d1bb3c1e55b6dce4176dfe9c9546be5c8dba5a Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Fri, 28 Jun 2024 20:02:52 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 804b151..d2c069d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -279,7 +279,7 @@ jobs: create_release: name: Create Release runs-on: windows-latest # for some weird reason this job does not get picked on ubuntu - needs: [ build_bot_artifacts, build_desktop_app, build_android_app, sign_windows_installer ] + needs: [ build_bot_artifacts, build_desktop_app, build_android_app ] if: startsWith(github.ref, 'refs/tags/') outputs: release_id: ${{ steps.release.outputs.id }}