use the original file name for ups package name
Some checks failed
ups / ups (push) Failing after 20s
Some checks failed
ups / ups (push) Failing after 20s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
0d8d4c09ee
commit
f3d8f7c4f4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user