From 0940ef8c5d17d5a362f284b5c3c4ddce8500e6a5 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Wed, 6 Sep 2023 12:24:22 -0400 Subject: [PATCH] Fixed working dir --- .github/actions/windows-run-and-flush/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/windows-run-and-flush/action.yml b/.github/actions/windows-run-and-flush/action.yml index bbc62a3..d109bb9 100644 --- a/.github/actions/windows-run-and-flush/action.yml +++ b/.github/actions/windows-run-and-flush/action.yml @@ -11,7 +11,7 @@ inputs: default: "" working-directory: required: false - default: ${{ github.workspace }}/Apps/BrowserWin + default: ${{ github.workspace }} runs: using: "composite"