Skip to content

Commit 96e3ad1

Browse files
Merge pull request #1158 from qualcomm/chore/drop-apk-content-type
chore(ci): drop dead .apk content-type branch in release.js
2 parents d153362 + 5e4ad87 commit 96e3ad1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/scripts/release.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ module.exports = async ({ github, context, core }) => {
144144
? "application/gzip"
145145
: fileName.endsWith(".aar")
146146
? "application/java-archive"
147-
: fileName.endsWith(".apk")
148-
? "application/vnd.android.package-archive"
149-
: "application/zip";
147+
: "application/zip";
150148
await withRetry(
151149
() =>
152150
github.rest.repos.uploadReleaseAsset({

0 commit comments

Comments
 (0)