From b9fc7c94e4f41f642ccffc6ce6b3fb0615ac8a9c Mon Sep 17 00:00:00 2001 From: Zenoxs Date: Mon, 2 May 2022 16:07:24 +0200 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3cfede..9f395cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: path: "dist/**/*.msix" release: name: Release - needs: [build-macos, build-windows] + needs: [build-macos, build-windows, build-linux] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3