Skip to content

Commit

Permalink
Merge pull request #117 from Shadowghost/ci-fix
Browse files Browse the repository at this point in the history
Fix tag_name variable
  • Loading branch information
nyanmisaka authored Mar 10, 2022
2 parents da6fac8 + 60c3fd9 commit b13c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
key: ${{ secrets.DEPLOY_KEY }}
script_stop: true
script: |-
tag="${{ github.release.tag_name }}"
tag="${{ github.event.release.tag_name }}"
version="${tag#v}"
basename="jellyfin-ffmpeg_${version}-${{ matrix.arrays.codename }}"
if [ "${{ matrix.arrays.distro }}" != "windows" ]; then
Expand Down

0 comments on commit b13c077

Please sign in to comment.