Skip to content

Commit 8350daa

Browse files
committed
Fix CI
1 parent e564317 commit 8350daa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,18 @@ jobs:
134134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135135
with:
136136
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
138148
asset_name: cmt-template-scala3-linearized.zip
139149
asset_content_type: application/zip
150+
151+

0 commit comments

Comments
 (0)