File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ jobs:
395
395
with :
396
396
upload_url : ${{ steps.create_gh_release.outputs.upload_url }}
397
397
asset_path : ./dist/target/scala3-${{ env.RELEASE_TAG }}.zip
398
- asset_name : scala -${{ env.RELEASE_TAG }}.zip
398
+ asset_name : scala3 -${{ env.RELEASE_TAG }}.zip
399
399
asset_content_type : application/zip
400
400
401
401
- name : Upload tar.gz archive to GitHub Release
@@ -405,7 +405,7 @@ jobs:
405
405
with :
406
406
upload_url : ${{ steps.create_gh_release.outputs.upload_url }}
407
407
asset_path : ./dist/target/scala3-${{ env.RELEASE_TAG }}.tar.gz
408
- asset_name : scala -${{ env.RELEASE_TAG }}.tar.gz
408
+ asset_name : scala3 -${{ env.RELEASE_TAG }}.tar.gz
409
409
asset_content_type : application/gzip
410
410
411
411
- name : Upload SHA256 sum of the release artefacts to GitHub Release
You can’t perform that action at this time.
0 commit comments