mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
fix(release): make binaries executable before packaging
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
ad10b3f4d3
commit
d7b1756d3f
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user