From f96643230f598a67e109a5441e5b35f225a8eb96 Mon Sep 17 00:00:00 2001 From: FIGBERT Date: Tue, 12 Sep 2023 19:55:50 -0700 Subject: [PATCH] Run publishing after builds Oops --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee4fce4..3c0f70d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,6 +82,7 @@ jobs: if-no-files-found: error publish: runs-on: ubuntu-latest + needs: [macos_x86, macos_arm, linux] steps: - uses: actions/download-artifact@v3 - uses: ncipollo/release-action@v1