Skip to content

Commit

Permalink
tar fails on non-existent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jun 4, 2024
1 parent 36c7cb8 commit 2801de6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ runs:
fi
asset_name="uniget_Linux_$(uname -m).tar.gz"
echo "Creating target path ${{ inputs.path }}"
mkdir -p "${{ inputs.path }}"
echo "Using URL ${release_url}/${asset_name}"
curl --url "${release_url}/${asset_name}" \
--silent \
Expand Down

0 comments on commit 2801de6

Please sign in to comment.