Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix the windows build publish issue #159

Merged
merged 1 commit into from
Jun 23, 2022
Merged

Conversation

nyanmisaka
Copy link
Member

Changes

  • Try to fix the windows build publish issue

As per the error log, it seems that the ln -fs command after else was never executed.

err: + '[' windows '!=' windows ']'
err: + DRONE_SSH_PREV_COMMAND_EXIT_CODE=1
2022/06/15 09:34:35 Process exited with status 1
err: + '[' 1 -ne 0 ']'
err: + exit 1

For reference, the linux build shows:

err: + '[' ubuntu '!=' windows ']'
err: + DRONE_SSH_PREV_COMMAND_EXIT_CODE=0
err: + '[' 0 -ne 0 ']'
err: + find /srv/repository/releases/server/ubuntu/versions/jellyfin-ffmpeg/5.0.1-6 -type f -name 'jellyfin-ffmpeg*_5.0.1-6-impish_*.deb'
err: + read file
err: + DRONE_SSH_PREV_COMMAND_EXIT_CODE=0
err: + '[' 0 -ne 0 ']'

As per the error log, it seems that the 'ln -fs' command after 'else' was never executed.
@nyanmisaka nyanmisaka merged commit 4a110d7 into jellyfin Jun 23, 2022
@nyanmisaka nyanmisaka deleted the fix-windows-publish branch June 23, 2022 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants