File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,18 @@ jobs:
134
134
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
135
135
with :
136
136
upload_url : ${{ steps.create_release.outputs.upload_url }} # release created from previous step
137
- asset_path : ./studentified/cmt-template-scala3-linearized.zip
137
+ asset_path : ./studentified/cmt-template-scala3-studentified.zip
138
+ asset_name : cmt-template-scala3-studentified.zip
139
+ asset_content_type : application/zip
140
+
141
+ - name : Upload Linearized repo to Github release
142
+ uses : actions/upload-release-asset@v1
143
+ env :
144
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
145
+ with :
146
+ upload_url : ${{ steps.create_release.outputs.upload_url }} # release created from previous step
147
+ asset_path : ./linearized/cmt-template-scala3-linearized.zip
138
148
asset_name : cmt-template-scala3-linearized.zip
139
149
asset_content_type : application/zip
150
+
151
+
You can’t perform that action at this time.
0 commit comments