use the original file name for ups package name
Some checks failed
ups / ups (push) Failing after 20s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-12 21:35:44 +03:00
parent 0d8d4c09ee
commit f3d8f7c4f4
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -22,8 +22,8 @@ jobs:
- name: Install ups
run: |
version=$(curl -s 'https://git.ngn.tf/api/v1/repos/ngn/ups/releases/latest' | jq -r .tag_name)
wget "https://git.ngn.tf/ngn/ups/releases/download/${version}/ups-${version}-py3-none-any.whl" -O ups.whl
pip3 install --force-reinstall --break-system-packages ups.whl
wget "https://git.ngn.tf/ngn/ups/releases/download/${version}/ups-${version}-py3-none-any.whl"
pip3 install --force-reinstall --break-system-packages "ups-${version}-py3-none-any.whl"
- name: Run ups
run: PATH=~/.local/bin:$PATH ups-check