Skip to content

Commit 818e921

Browse files
Migrate download URLs to GitLab
1 parent 2801de6 commit 818e921

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ runs:
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 }}

0 commit comments

Comments
 (0)