Commit d6cef80e by Jonathan Thomas

Fix file names in ci script

parent 68f54fd2
Pipeline #12221 passed with stages
in 2 minutes 3 seconds
......@@ -71,7 +71,7 @@ Modrinth:
when: manual
script:
- chmod +x ./deploy_modrinth.sh
- ./deploy_modrinth.sh
- ./deploy-modrinth.sh
only:
- new-deploy-ci
artifacts:
......@@ -86,7 +86,7 @@ CurseForge:
when: manual
script:
- chmod +x ./deploy_curseforge.sh
- ./deploy_curseforge.sh
- ./deploy-curseforge.sh
only:
- new-deploy-ci
artifacts:
......
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