diff --git a/action.yml b/action.yml index a3c0e02..31ec78a 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,8 @@ inputs: runs: using: composite steps: + - name: Ensure install directory exists + run: mkdir -p $HOME/.local/bin - name: Pull pre-built binary env: SPUD_VERSION: ${{ inputs.version }}