From 911b90ab4f37b4016b2e0575351c4eb88c83c56e Mon Sep 17 00:00:00 2001 From: Max Thomson Date: Thu, 12 Oct 2023 22:17:25 -0700 Subject: [PATCH] Revert initial commit to view output of build workflow --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36d3d90..f58154c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Build & Release on: push: - branches: ["master", "max/fix-ci"] + branches: ["master"] permissions: contents: write @@ -74,7 +74,7 @@ jobs: name: Release runs-on: ubuntu-22.04 needs: build - if: github.ref == 'refs/heads/DOESNOTEXIST' + if: github.ref == 'refs/heads/master' steps: - name: Checkout code uses: actions/checkout@v3 @@ -105,7 +105,6 @@ jobs: echo "SHOULD_RELEASE=yes" >> $GITHUB_ENV fi - - name: Download binaries uses: actions/download-artifact@v3 if: env.SHOULD_RELEASE == 'yes'