diff --git a/action.yml b/action.yml index 00de4c4..f6fdf4e 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ runs: - name: Setup MoltenObsidian CLI shell: bash - run: ./setup.sh -v ${{ inputs.version }} \ No newline at end of file + run: bash setup.sh -v ${{ inputs.version }} \ No newline at end of file