fix(release): make binaries executable before packaging
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -13,4 +13,5 @@ if [ "$GOARCH" = "arm" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy the output to the desired location
|
# Copy the output to the desired location
|
||||||
|
chmod +x binaries/"${source}"/navidrome*
|
||||||
cp binaries/"${source}"/navidrome* "$output"
|
cp binaries/"${source}"/navidrome* "$output"
|
||||||
Reference in New Issue
Block a user