File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ jobs:
395395 with :
396396 upload_url : ${{ steps.create_gh_release.outputs.upload_url }}
397397 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
399399 asset_content_type : application/zip
400400
401401 - name : Upload tar.gz archive to GitHub Release
@@ -405,7 +405,7 @@ jobs:
405405 with :
406406 upload_url : ${{ steps.create_gh_release.outputs.upload_url }}
407407 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
409409 asset_content_type : application/gzip
410410
411411 - name : Upload SHA256 sum of the release artefacts to GitHub Release
You can’t perform that action at this time.
0 commit comments