fix(e2e): move chromedriver logs to .tmp directory

- Configure chromedriver to write logs to .tmp/e2e-test-results/chromedriver.log
- Add /logs to .gitignore to prevent tracking of chromedriver logs
- Keeps build artifacts organized in .tmp directory structure

fix(ci): update build output paths to use .tmp/app-builds consistently

- Fix GitHub Actions workflows to use .tmp/app-builds instead of app-builds
- Update manual-build.yml, build-create-windows-store-on-release.yml,
  build-publish-to-mac-store-on-release.yml, and build-publish-to-snap-on-release.yml
- Ensures consistency with electron-builder.yaml output configuration
- Resolves CI build failures due to mismatched directory paths
This commit is contained in:
Johannes Millan 2025-06-27 12:27:36 +02:00
parent b429492e9c
commit 775b66f2eb
6 changed files with 14 additions and 9 deletions

5
.gitignore vendored
View file

@ -5,6 +5,7 @@
/dist
/app-builds
/tmp
/logs
# dependencies
/node_modules
@ -78,3 +79,7 @@ electron-builder.win-store.yaml
/src/environments/environment.js
/src/environments/environment.js.map
/.claude/settings.local.json
#
perf-metrics-create-tasks.json
perf-metrics-initial-load.json