Azure/azure-functions-core-tools
`func`, `gozip`, (maybe more) are missing executable permissions in released zip
オープン
#3,252 opened on 2023/01/21
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!