mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 15:28:21 -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
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-mac-classic:
|
build-msdos:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/volkertb/debian-djgpp
|
image: ghcr.io/volkertb/debian-djgpp
|
||||||
@ -44,4 +44,4 @@ jobs:
|
|||||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||||
with:
|
with:
|
||||||
DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
|
DESTINATION_URL: '${{ secrets.NOTIFY_URL }}'
|
||||||
WORKFLOW_NAME: 'msdos'
|
WORKFLOW_NAME: 'msdos'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user