Skip to content

Commit

Permalink
Fix deployment as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Oct 2, 2023
1 parent 04327b8 commit ec6904f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: jellyfin-chromecast-production
name: jellyfin-chromecast

- name: Unzip artifact
run: unzip jellyfin-chromecast-production.zip -d .
run: unzip jellyfin-chromecast.zip -d .

- name: Deploy to apps1.jellyfin.org/chromecast/nightly
uses: burnett01/rsync-deployments@45d84ad5f6c174f3e0ffc50e9060a9666d09c16e # 6.0.0
Expand Down

0 comments on commit ec6904f

Please sign in to comment.