Skip to content

Commit

Permalink
Change name of job from windows_installer to cygwin_installer
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Sep 26, 2023
1 parent 9688d33 commit 129c2fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildLoadup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 129c2fc

Please sign in to comment.