From 198f18ef84f388357df611bde8820c7ab863cf74 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Mon, 21 Aug 2023 13:33:08 +0100 Subject: [PATCH] Fix working directory --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c69e6244..027c632b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,7 +109,7 @@ jobs: action: none - name: Set Ruby version - working-directory: auth0_flutter_platform_interface + working-directory: auth0_flutter/example/ios run: ruby -e 'puts RUBY_VERSION' | tee .ruby-version shell: bash