fix(release): make binaries executable before packaging

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2024-12-29 23:43:57 -03:00 committed by Joe Stump
parent ad10b3f4d3
commit d7b1756d3f
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -13,4 +13,5 @@ if [ "$GOARCH" = "arm" ]; then
fi
# Copy the output to the desired location
chmod +x binaries/"${source}"/navidrome*
cp binaries/"${source}"/navidrome* "$output"