From 60b0f59551dfaa43c185161f5a14a55078eb6401 Mon Sep 17 00:00:00 2001 From: SrFerraaaari <161502824+CiroZDP@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:41:27 +0100 Subject: [PATCH] Change job name on file `build_msdos.yml` The name of the job shouldn't be called "build-mac-classic", it's confusing. --- .github/workflows/build_msdos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_msdos.yml b/.github/workflows/build_msdos.yml index 72707b268..6122a4d2a 100644 --- a/.github/workflows/build_msdos.yml +++ b/.github/workflows/build_msdos.yml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true jobs: - build-mac-classic: + build-msdos: runs-on: ubuntu-latest container: image: ghcr.io/volkertb/debian-djgpp @@ -44,4 +44,4 @@ jobs: if: ${{ always() && steps.compile.outcome == 'success' }} with: DESTINATION_URL: '${{ secrets.NOTIFY_URL }}' - WORKFLOW_NAME: 'msdos' \ No newline at end of file + WORKFLOW_NAME: 'msdos'