From bddc100f34ac2191d9274f6287f9155c5a6172e4 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 8 Aug 2021 17:56:49 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31e39a49..d6273136 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: release: runs-on: ${{ matrix.os }} env: - working-directory: ./gui + working-directory: './gui' strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest]