add electron-update to background.ts

This commit is contained in:
riqo 2021-04-13 08:41:40 -05:00
commit 662fc591c3
4 changed files with 60 additions and 30 deletions

View file

@ -38,7 +38,7 @@ upload:
when: never # Do not run this job when a tag is created manually
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when when commits are pushed to the default branch
script:
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file "./dist/${WIN_BINARY}" "${PACKAGE_REGISTRY_URL}/${WIN_BINARY}"'
- 'curl --header "JOB-TOKEN: $CI_DEPLOY_PASSWORD" --upload-file "./dist/${WIN_BINARY}" "${PACKAGE_REGISTRY_URL}/${WIN_BINARY}"'
auto-release-master:
image: registry.gitlab.com/gitlab-org/release-cli