This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ jobs:
7474 fetch-depth : 0
7575
7676 - name : Setup Course Management Tools
77- uses : robinraju/release-downloader@v1.1
77+ uses : robinraju/release-downloader@v1.7
7878 with :
79- repository : eloots /course-management-tools
80- tag : " 1 .0.0"
79+ repository : lunatech-labs /course-management-tools
80+ tag : " 2 .0.0-RC6 "
8181 fileName : " course-management-tools.zip"
8282 out-file-path : " ."
8383 - run : |
@@ -101,13 +101,13 @@ jobs:
101101 export PATH=${PATH}:$GITHUB_WORKSPACE/CMT/bin
102102 git config --global user.email "no-reply@lunatech.com"
103103 git config --global user.name "Lunatech Labs"
104- cmt- studentify -dot -g lunatech-scala-2-to-scala3-course studentified
104+ cmta studentify -f -g -m lunatech-scala-2-to-scala3-course -d studentified
105105 (cd studentified && exec zip -r lunatech-scala-2-to-scala3-course-student.zip lunatech-scala-2-to-scala3-course)
106106
107107 - name : Linearize Repo
108108 run : |
109109 mkdir -p linearized
110- cmt- linearize -dot lunatech-scala-2-to-scala3-course linearized
110+ cmta linearize -f -m lunatech-scala-2-to-scala3-course -d linearized
111111 mv linearized/lunatech-scala-2-to-scala3-course linearized/lunatech-scala-2-to-scala3-course-linearized
112112 (cd linearized && exec zip -r lunatech-scala-2-to-scala3-course-linearized.zip lunatech-scala-2-to-scala3-course-linearized)
113113
You can’t perform that action at this time.
0 commit comments