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

Commit 19822894 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

.gitlab-ci.yml - enhancement

parent a7b04292
Loading
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -67,5 +67,17 @@ create-release:
  when: manual
  needs:
    - generate-apks
  variables:
    TAG: '$CI_COMMIT_SHA'
  script:
    - cat job.env
 No newline at end of file
    - echo "Create Release $TAG"
    - echo $JOB_ID
  release:
    name: 'Release $TAG'
    tag_name: '$TAG'
    ref: '$TAG'
    description: 'Release $TAG'
    assets:
      links:
        - name: $DEV_APK
          url: "https://gitlab.e.foundation/e/os/pwa-player/-/jobs/$JOB_ID/artifacts/download"
 No newline at end of file