From cc4e60be9f69fcbfc4299911943595e602b9f954 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Wed, 30 Aug 2023 13:05:24 -0600 Subject: [PATCH] Only deploy release --- .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 ca331c1..a5a3051 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Download Binaries uses: actions/download-artifact@v3.0.2 with: - name: ${{matrix.configuration}} binaries + name: Release binaries - name: Create Release uses: "marvinpinto/action-automatic-releases@latest"