Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92a5b30d authored by Mohit Mali's avatar Mohit Mali
Browse files

# Publish signed apk in release page

parent df8f922f
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -46,7 +46,10 @@ publish:
  script:
    - |
      curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \
      --data "{\"ref\": \"$CI_COMMIT_SHA\",\"tag_name\": \"$CI_COMMIT_TAG\", \"name\": \"$CI_COMMIT_TAG\", \"description\": \"$CI_COMMIT_MESSAGE\"}" \
      --data "{\"ref\": \"$CI_COMMIT_SHA\",\"tag_name\": \"$CI_COMMIT_TAG\",
      \"name\": \"$CI_COMMIT_TAG\", \"description\": \"$CI_COMMIT_MESSAGE\",
      "assets\": {"links":[{"name": "$CI_COMMIT_TAG", "url": "https://gitlab.e.foundation/api/v4/projects/${CI_PROJECT_ID}/jobs/artifacts/v20.10.2020/raw/play-services-core/build/outputs/apk/release/play-services-core-release-unsigned.apk?job=build",
            \"filepath": "play-services-core/build/outputs/apk/", "link_type":"other"}]}}" \
      --header "Content-Type: application/json" \
      --header "PRIVATE-TOKEN: PiVjuc3jbF1rMzKk4AyY" \
      --request POST \