File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Release
33on :
44 pull_request :
55 branches :
6- - test
6+ - main
77 types :
88 - closed
99
2323 with :
2424 release_name : ${{ github.event.pull_request.title }} # pull request title
2525 body : ${{ github.event.pull_request.body }}
26- tag_name : ${{ steps.create_short_sha.outputs.sha_short }}
26+ tag_name : ${{ github.event.pull_request.title }}
2727 env :
2828 GITHUB_TOKEN : ${{ github.token }}
2929
6060 with :
6161 upload_url : ${{ needs.create-release.outputs.upload_url }}
6262 asset_path : ${{ github.workspace }}/build/app/outputs/flutter-apk/app-release.apk
63- asset_name : corecoder_develop_${{ needs.jobs.create-release.outputs.sha_short }} .apk
63+ asset_name : corecoder_develop_android .apk
6464 asset_content_type : application/gzip
6565 build-windows :
6666 name : Build windows and upload
8686 with :
8787 upload_url : ${{ needs.create-release.outputs.upload_url }}
8888 asset_path : ${{ github.workspace }}/windows_build.zip
89- asset_name : corecoder_develop_${{ needs.jobs.create-release.outputs.sha_short }} .zip
89+ asset_name : corecoder_develop_windows .zip
9090 asset_content_type : application/gzip
You can’t perform that action at this time.
0 commit comments