lightening build atrifacts
This commit is contained in:
parent
ff5db54ac1
commit
3bcf1b594d
2 changed files with 4 additions and 3 deletions
|
|
@ -21,7 +21,8 @@ build:
|
|||
dotenv: variables.env
|
||||
name: $CI_COMMIT_REF_SLUG
|
||||
paths:
|
||||
- dist_electron/
|
||||
- dist_electron/*.dmg
|
||||
- dist_electron/*.yml
|
||||
when: on_success
|
||||
only:
|
||||
- main
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Crimata",
|
||||
"version": "0.9.7",
|
||||
"version": "0.9.6",
|
||||
"private": true,
|
||||
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
|
||||
"author": {
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
"artifactName": "${productName}-${version}.${ext}",
|
||||
"publish": {
|
||||
"provider": "generic",
|
||||
"url": "https://gitlab.com/api/v4/projects/25637892/jobs/artifacts/master/dist_electron?job=build"
|
||||
"url": "https://gitlab.com/api/v4/projects/25637892/jobs/artifacts/main/raw/dist_electron?job=build"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue