Skip to content

Commit

Permalink
Merge pull request #108 from crobibero/repo-url-update
Browse files Browse the repository at this point in the history
update repo urls
  • Loading branch information
anthonylavado committed Mar 25, 2024
2 parents a356af9 + 306849f commit dbcec52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/publish-stable-pre.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: ./.github/workflows/_meta-publish.yaml
with:
jellyfin_version: ${{ github.event.release.tag_name || github.event.inputs.jellyfin_version }}
server_url: ${{ format('https://repo.jellyfin.org/releases/server/windows/stable/combined/jellyfin_{0}.zip', (github.event.release.tag_name || github.event.inputs.jellyfin_version)) }}
server_url: ${{ format('https://repo.jellyfin.org/files/server/windows/latest-stable/amd64/jellyfin_{0}.zip', (github.event.release.tag_name || github.event.inputs.jellyfin_version)) }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-unstable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/_meta-publish.yaml
with:
jellyfin_version: ${{ github.event.inputs.jellyfin_version }}
server_url: ${{ format('https://repo.jellyfin.org/releases/server/windows/versions/unstable/combined/{0}/jellyfin_{0}-unstable.zip', github.event.inputs.jellyfin_version) }}
server_url: ${{ format('https://repo.jellyfin.org/files/server/windows/latest-unstable/amd64/jellyfin_{0}-amd64.zip', github.event.inputs.jellyfin_version) }}

0 comments on commit dbcec52

Please sign in to comment.