From b61e61fdc131c0ac166f4791e5bfd3b08f6d10f9 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 7 Aug 2024 14:27:05 -0400 Subject: [PATCH] Some more tweaks to nightly github action --- .github/workflows/build-release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 65f2332ba90..22ecf4b4486 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -44,7 +44,7 @@ jobs: echo "surge_version=${SURGE_VERSION}" >> "$GITHUB_OUTPUT" build_plugin: - name: Release Build - ${{ matrix.os }} + name: Release Build - ${{ matrix.name }} runs-on: ${{ matrix.os }} needs: [ surge_version ] strategy: @@ -130,8 +130,8 @@ jobs: path: build/surge-xt-dist name: build-docker - publish-scxt-nightly: - name: Publish scxt Nightly + publish-surge-nightly: + name: Publish Surge Nightly if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'surge-synthesizer' }} runs-on: ubuntu-latest needs: [ build_plugin, build_plugin_docker ] @@ -153,8 +153,8 @@ jobs: title: "A New Surge Nightly is Available" - publish-scxt-release: - name: Publish scxt Release + publish-surge-release: + name: Publish Surge Release if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'surge-synthesizer' runs-on: ubuntu-latest needs: [ build_plugin, build_plugin_docker ] @@ -178,7 +178,7 @@ jobs: create_web_links: name: Create Website Links runs-on: ubuntu-latest - needs: [ build_plugin, build_plugin_docker ] + needs: [ surge_version, build_plugin, build_plugin_docker ] steps: - name: checkout for git info uses: actions/checkout@v4