mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-08 14:56:12 -04:00
Merge pull request #1307 from CiroZDP/dosbuild-incorrect-name
Change job name on file `build_msdos.yml`
This commit is contained in:
commit
d4c13858a5
4
.github/workflows/build_msdos.yml
vendored
4
.github/workflows/build_msdos.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user