diff --git a/run-vociferate/action.yml b/run-vociferate/action.yml index 2f9c17b..9c3c08d 100644 --- a/run-vociferate/action.yml +++ b/run-vociferate/action.yml @@ -66,7 +66,7 @@ runs: - name: Run binary id: run-binary if: steps.resolve-runtime.outputs.use_binary == 'true' - uses: ./binary + uses: ./run-vociferate/binary with: root: ${{ inputs.root }} version-file: ${{ inputs.version-file }} @@ -81,7 +81,7 @@ runs: - name: Run source id: run-code if: steps.resolve-runtime.outputs.use_binary != 'true' - uses: ./code + uses: ./run-vociferate/code with: root: ${{ inputs.root }} version-file: ${{ inputs.version-file }}