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:
74
74
fetch-depth : 0
75
75
76
76
- name : Setup Course Management Tools
77
- uses : robinraju/release-downloader@v1.1
77
+ uses : robinraju/release-downloader@v1.7
78
78
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 "
81
81
fileName : " course-management-tools.zip"
82
82
out-file-path : " ."
83
83
- run : |
@@ -101,13 +101,13 @@ jobs:
101
101
export PATH=${PATH}:$GITHUB_WORKSPACE/CMT/bin
102
102
git config --global user.email "[email protected] "
103
103
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
105
105
(cd studentified && exec zip -r lunatech-scala-2-to-scala3-course-student.zip lunatech-scala-2-to-scala3-course)
106
106
107
107
- name : Linearize Repo
108
108
run : |
109
109
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
111
111
mv linearized/lunatech-scala-2-to-scala3-course linearized/lunatech-scala-2-to-scala3-course-linearized
112
112
(cd linearized && exec zip -r lunatech-scala-2-to-scala3-course-linearized.zip lunatech-scala-2-to-scala3-course-linearized)
113
113
You can’t perform that action at this time.
0 commit comments