Skip to content

Commit

Permalink
Some more tweaks to nightly github action
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Aug 7, 2024
1 parent a9f141d commit b61e61f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 ]
Expand All @@ -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 ]
Expand All @@ -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
Expand Down

0 comments on commit b61e61f

Please sign in to comment.