Azure/azure-functions-core-tools

`func`, `gozip`, (maybe more) are missing executable permissions in released zip

Aberta

#3.252 aberto em 21 de jan. de 2023

 (3 comentários) (0 reação) (0 responsável)C# (491 forks)auto 404
area: build/releasebuggood first issueplatform: linux

Métricas do repositório

Stars
 (1.456 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

reproduction:

wget https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.4915/Azure.Functions.Cli.linux-x64.4.0.4915.zip
unzip *.zip
./func

output:

$ ...
$ ./func
bash: ./func: Permission denied

workaround is pretty simple, just chmod +x func gozip -- though the zip should have the proper permissions to start with!

Guia do colaborador