Commit ae898a99 by Jonathan Thomas

Update gitlab-ci step names

parent 2c2bb81e
...@@ -66,7 +66,7 @@ build_mod: ...@@ -66,7 +66,7 @@ build_mod:
- minecraft - minecraft
# Deploy to Modrinth # Deploy to Modrinth
deploy_modrinth: Modrinth:
stage: deploy stage: deploy
script: script:
- chmod +x ./deploy_modrinth.sh - chmod +x ./deploy_modrinth.sh
...@@ -80,7 +80,7 @@ deploy_modrinth: ...@@ -80,7 +80,7 @@ deploy_modrinth:
name: production name: production
# Deploy to CurseForge # Deploy to CurseForge
deploy_curseforge: CurseForge:
stage: deploy stage: deploy
script: script:
- chmod +x ./deploy_curseforge.sh - chmod +x ./deploy_curseforge.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment