mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-01 19:47:37 +03:00
fix(release): make binaries executable before packaging
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
734eb30ac5
commit
acce3c97d5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue