Skip to content

Commit f316397

Browse files
committed
ci: disable android apk upload for GitHub releases
1 parent 0c9e5b2 commit f316397

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,10 @@ jobs:
6161
changelog_file: CHANGELOG.md
6262
release_notes_file: RELEASE_NOTES.md
6363

64-
- name: Build example APK for GitHub release
65-
run: flutter build apk --release --obfuscate --split-debug-info=./build/app/outputs/flutter-apk/debug-info/
66-
working-directory: ./example
67-
6864
- name: Create a GitHub Release
6965
uses: ncipollo/release-action@v1
7066
with:
71-
artifacts: "LICENSE,./example/build/app/outputs/flutter-apk/app-release.apk"
67+
artifacts: "LICENSE"
7268
bodyFile: "RELEASE_NOTES.md"
7369
tag: ${{ github.ref_name }}
7470
prerelease: ${{ contains(github.ref_name, '-') }}

0 commit comments

Comments
 (0)