Skip to content

Commit 4a5e9bd

Browse files
committed
Fix CI
- Typo in name of studentified repo in upload action
1 parent 8350daa commit 4a5e9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
upload_url: ${{ steps.create_release.outputs.upload_url }} # release created from previous step
137137
asset_path: ./studentified/cmt-template-scala3-studentified.zip
138-
asset_name: cmt-template-scala3-studentified.zip
138+
asset_name: cmt-template-scala3-student.zip
139139
asset_content_type: application/zip
140140

141141
- name: Upload Linearized repo to Github release

0 commit comments

Comments
 (0)