Skip to content

Commit

Permalink
Use correct working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 9, 2023
1 parent 10d00e4 commit 6146562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ runs:
cache: true

- name: Install Flutter dependencies
working-directory: auth0_flutter/example
working-directory: ${{ inputs.working-directory }}
run: flutter pub get
shell: bash

- name: Setup Dart SDK for publishing # With JWT token
uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
shell: bash

0 comments on commit 6146562

Please sign in to comment.