Skip to content

Commit

Permalink
fix clone path
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Aug 7, 2023
1 parent 11101fe commit 48b3a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
- name: Setup CLI
shell: bash
run: |
geode sdk install ./geode-sdk-clone
geode sdk install ${{ github.action_path }}/geode-sdk-clone
# silly github actions wont refresh the env
export GEODE_SDK="${{ github.action_path }}/geode-sdk-clone"
if [ "${{ inputs.sdk }}" == "latest" ]; then
Expand Down

0 comments on commit 48b3a99

Please sign in to comment.