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
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - test
6
+ - main
7
7
types :
8
8
- closed
9
9
23
23
with :
24
24
release_name : ${{ github.event.pull_request.title }} # pull request title
25
25
body : ${{ github.event.pull_request.body }}
26
- tag_name : ${{ steps.create_short_sha.outputs.sha_short }}
26
+ tag_name : ${{ github.event.pull_request.title }}
27
27
env :
28
28
GITHUB_TOKEN : ${{ github.token }}
29
29
60
60
with :
61
61
upload_url : ${{ needs.create-release.outputs.upload_url }}
62
62
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
64
64
asset_content_type : application/gzip
65
65
build-windows :
66
66
name : Build windows and upload
86
86
with :
87
87
upload_url : ${{ needs.create-release.outputs.upload_url }}
88
88
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
90
90
asset_content_type : application/gzip
You can’t perform that action at this time.
0 commit comments