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
|
dotenv: variables.env
|
||||||
name: $CI_COMMIT_REF_SLUG
|
name: $CI_COMMIT_REF_SLUG
|
||||||
paths:
|
paths:
|
||||||
- dist_electron/
|
- dist_electron/*.dmg
|
||||||
|
- dist_electron/*.yml
|
||||||
when: on_success
|
when: on_success
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Crimata",
|
"name": "Crimata",
|
||||||
"version": "0.9.7",
|
"version": "0.9.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
|
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
"artifactName": "${productName}-${version}.${ext}",
|
"artifactName": "${productName}-${version}.${ext}",
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "generic",
|
"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