Azure/azure-functions-core-tools

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

オープン

#3,252 opened on 2023/01/21

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C# (491 件のフォーク)auto 404
area: build/releasebuggood first issueplatform: linux

Repository metrics

Stars
 (1,456 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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!

コントリビューターガイド