From 8694d1e9bb32e42a8eaf937863236baefb5ae7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Thu, 9 May 2024 18:11:45 +0000 Subject: [PATCH] Fixed CI builds --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 2fe294f11..28d5cfd95 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -441,7 +441,7 @@ jobs: release: name: Release - needs: [build-data, linux, source, windows]ยก + needs: [build-data, linux, source, windows] runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/alpha' }}