cicd
This commit is contained in:
parent
f7e70f02fa
commit
a01507b2bd
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -26,7 +26,7 @@ pnpm-debug.log*
|
|||
*.sw?
|
||||
|
||||
#Electron-builder output
|
||||
/dist_electron/*
|
||||
/dist_electron
|
||||
|
||||
#Electron-builder config
|
||||
electron-builder.yml
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ build:
|
|||
dotenv: variables.env
|
||||
name: $CI_COMMIT_REF_SLUG
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/dist_electron/*.dmg
|
||||
- $CI_PROJECT_DIR/dist_electron/*.*
|
||||
when: on_success
|
||||
only:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in a new issue