diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 25193aea..b18a7ebc 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -41,4 +41,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: playwright-output - path: test-results + path: test-results/ + diff --git a/src/main/main.ts b/src/main/main.ts index 2271cd00..4a68b148 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -53,7 +53,7 @@ const installExtensions = async () => { .catch(log.error); }; -const createWindow = async (window: AppWindow = "launcher.html") => { +const createWindow = async (window: AppWindow = "index.html") => { if (isDebug) { await installExtensions(); }