Skip to content

Commit

Permalink
hotfix theos path
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 authored Jan 19, 2023
1 parent 401afa0 commit 0751971
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 @@ -40,7 +40,7 @@ runs:

- name: Setup environment
shell: bash
run: echo "THEOS=$GITHUB_WORKSPACE/${{ inputs.theos-dir }}" >> $GITHUB_ENV
run: echo "THEOS=${{ inputs.theos-dir }}" >> $GITHUB_ENV

- name: Download Theos
shell: bash
Expand Down

0 comments on commit 0751971

Please sign in to comment.