diff --git a/.github/workflows/ubuntu-matrix.yml b/.github/workflows/ubuntu-matrix.yml index d91c7df7..6816e259 100644 --- a/.github/workflows/ubuntu-matrix.yml +++ b/.github/workflows/ubuntu-matrix.yml @@ -207,7 +207,7 @@ jobs: Release: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') name: Release to github - needs: buildAMx86 buildAMarm + needs: [buildAMx86, buildAMarm] runs-on: ubuntu-latest steps: