Merge pull request #1307 from CiroZDP/dosbuild-incorrect-name

Change job name on file `build_msdos.yml`
This commit is contained in:
UnknownShadow200 2024-12-16 01:26:28 +11:00 committed by GitHub
commit d4c13858a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'
WORKFLOW_NAME: 'msdos'