workflow
This commit is contained in:
parent
d8a0dd911a
commit
516b2af285
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
# Step 1: Download the latest release tarball
|
||||
- name: Download Latest Release
|
||||
run: |
|
||||
curl -s https://api.github.com/repos/upstream-org/upstream-repo/releases/latest \
|
||||
curl -s https://api.github.com/repos/jellyfin/jellyfin-androidtv/releases/latest \
|
||||
| jq -r '.tarball_url' \
|
||||
| xargs curl -L -o latest-release.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue