File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 echo "Installing uniget"
4949 echo "Requested version ${{ inputs.version }}"
5050
51- release_url="https ://github .com/uniget-org/cli/releases/latest/download "
51+ release_url="ttps ://gitlab .com/uniget-org/cli/-/ releases/permalink/ latest/downloads "
5252 if test "${{ inputs.version }}" != "latest"; then
53- release_url="https://github .com/uniget-org/cli/releases/download/ v${{ inputs.version }}"
53+ release_url="https://gitlab .com/uniget-org/cli/-/ releases/v${{ inputs.version }}/downloads "
5454 fi
5555 asset_name="uniget_Linux_$(uname -m).tar.gz"
5656
@@ -100,4 +100,4 @@ runs:
100100 exit 0
101101 fi
102102 echo "Installing tools (${{ inputs.tools }})"
103- ${{ inputs.path }}/uniget --log-level=${{ inputs.log-level }} --prefix=${{ inputs.prefix }} --target=${{ inputs.target }} install --skip-conflicts=${{ inputs.skip-conflicts }} ${{ inputs.tools }}
103+ ${{ inputs.path }}/uniget --log-level=${{ inputs.log-level }} --prefix=${{ inputs.prefix }} --target=${{ inputs.target }} install --skip-conflicts=${{ inputs.skip-conflicts }} ${{ inputs.tools }}
You can’t perform that action at this time.
0 commit comments