Skip to content

Commit edd00a8

Browse files
authored
Update build-release.yml
1 parent 5762d3b commit edd00a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- test
7+
types:
8+
- closed
79

810
jobs:
911
create-release:
@@ -43,7 +45,7 @@ jobs:
4345
env:
4446
GITHUB_TOKEN: ${{ github.token }}
4547
with:
46-
upload_url: ${{ github.jobs.create-release.steps.create_release.outputs.upload_url }}
48+
upload_url: ${{ jobs.create-release.outputs.upload_url }}
4749
asset_path: ${{ env.GITHUB_WORKSPACE }}/build/app/outputs/flutter-apk/app-release.apk
4850
asset_name: corecoder_develop_${{ github.ref }}.apk
4951
asset_content_type: application/gzip

0 commit comments

Comments
 (0)