File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -242,11 +242,12 @@ publish-github:
242
242
GH_TOKEN : " ${GITHUB_CLI_TOKEN}"
243
243
OAUTH_URL : " https://oauth2:${GH_TOKEN}@github.com/ProtonVPN/android-app.git"
244
244
ARTIFACT_PATH : " signedArtifacts/${ARCHIVES_BASE_NAME}-production-vanilla-direct-release.apk"
245
+ ARTIFACT_DISPLAY_NAME : " ProtonVPN-${VERSION_NAME}.apk"
245
246
script :
246
247
# Verify that uploaded artifact is signed with prod key
247
248
- ./verify_apk_signature.sh "${ARTIFACT_PATH}"
248
249
- gh release delete $VERSION_NAME -y || true
249
- - gh release create $VERSION_NAME $ARTIFACT_PATH --title $VERSION_NAME --notes-file "$RELEASE_NOTES" --repo "${OAUTH_URL}"
250
+ - gh release create $VERSION_NAME " $ARTIFACT_PATH#$ARTIFACT_DISPLAY_NAME" --title $VERSION_NAME --notes-file "$RELEASE_NOTES" --repo "${OAUTH_URL}"
250
251
251
252
# DEVOPS-2680: Push to S3 instead of download repo
252
253
artifactlift-s3-upload-prod :
You can’t perform that action at this time.
0 commit comments