Skip to content

Commit 304bf16

Browse files
authored
Run permissions fix on in-proc8 directory
1 parent ad3de9b commit 304bf16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
shell: bash
5252
- name: Fix Azure Functions Core Tools permissions - Linux
5353
if: runner.os == 'Linux'
54-
run: sudo chmod +x /usr/lib/azure-functions-core-tools/in-proc6/func
54+
run: sudo chmod +x /usr/lib/azure-functions-core-tools/in-proc8/func
5555
- name: Build
5656
run: dotnet build src --configuration Release
5757
- name: Upload packages

0 commit comments

Comments
 (0)