Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jun 17, 2024
1 parent 35e2bcc commit 6e7716a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
try {
data = JSON.parse(data);
return data.upload_url.replace("{?name,label}", "");
return data.upload_url;
} catch (_) {
return data.upload_url.replace("{?name,label}", "");
return data.upload_url;
}
publish-android:
Expand Down

0 comments on commit 6e7716a

Please sign in to comment.