This commit is contained in:
Andrew Gundersen 2021-04-13 13:17:54 -05:00
commit a01507b2bd
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -26,7 +26,7 @@ pnpm-debug.log*
*.sw?
#Electron-builder output
/dist_electron/*
/dist_electron
#Electron-builder config
electron-builder.yml

View file

@ -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