We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3de9b commit 304bf16Copy full SHA for 304bf16
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
shell: bash
52
- name: Fix Azure Functions Core Tools permissions - Linux
53
if: runner.os == 'Linux'
54
- run: sudo chmod +x /usr/lib/azure-functions-core-tools/in-proc6/func
+ run: sudo chmod +x /usr/lib/azure-functions-core-tools/in-proc8/func
55
- name: Build
56
run: dotnet build src --configuration Release
57
- name: Upload packages
0 commit comments