From 129c2fc5d0d402044f1f3e85d3f4dd3591c70e24 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Mon, 25 Sep 2023 22:11:48 -0700 Subject: [PATCH] Change name of job from windows_installer to cygwin_installer --- .github/workflows/buildLoadup.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildLoadup.yml b/.github/workflows/buildLoadup.yml index dc3c3d323..b5f4b6d51 100644 --- a/.github/workflows/buildLoadup.yml +++ b/.github/workflows/buildLoadup.yml @@ -422,13 +422,13 @@ jobs: -# JOB: windows_installer ############################################################# +# JOB: cygwin_installer ############################################################# # # Create the Windows installer, push it up to the release on github and # update the downloads page on OIO # - windows_installer: + cygwin_installer: runs-on: windows-2022 @@ -534,7 +534,7 @@ jobs: runs-on: ubuntu-latest - needs: [inputs, sentry, loadup, linux_installer, macos_installer, windows_installer] + needs: [inputs, sentry, loadup, linux_installer, macos_installer, cygwin_installer] if: | needs.sentry.outputs.release_not_built == 'true' || needs.inputs.outputs.force == 'true' @@ -550,7 +550,7 @@ jobs: echo "MEDLEY_RELEASE_TAG=${mrt}" >>${GITHUB_ENV} msrt="${{ needs.loadup.outputs.medley_short_release_tag }}" echo "MEDLEY_SHORT_RELEASE_TAG=${msrt}" >>${GITHUB_ENV} - cyginst="${{ needs.windows_installer.outputs.cygwin_installer }}" + cyginst="${{ needs.cygwin_installer.outputs.cygwin_installer }}" echo "CYGWIN_INSTALLER=${cyginst}" >>${GITHUB_ENV} # Checkout latest commit