From c0627c3d72340ad7d6d6cda1eba81eeb347e5dc4 Mon Sep 17 00:00:00 2001 From: afwbkbc Date: Mon, 8 Jul 2024 20:30:27 +0300 Subject: [PATCH] fix ci --- .github/workflows/buildall.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildall.yml b/.github/workflows/buildall.yml index 60ab456f..6016fa85 100644 --- a/.github/workflows/buildall.yml +++ b/.github/workflows/buildall.yml @@ -50,7 +50,7 @@ jobs: build_linux: - needs: [prepare, finalize] + needs: [prepare] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -91,7 +91,7 @@ jobs: build_windows: - needs: [prepare, finalize] + needs: [prepare] runs-on: windows-latest steps: - uses: actions/checkout@v3 @@ -130,8 +130,7 @@ jobs: asset_content_type: application/gzip finalize: -# needs: [prepare, build_linux, build_windows] - needs: [prepare] + needs: [prepare, build_linux, build_windows] runs-on: ubuntu-latest steps: - name: update-release