Skip to content

Commit d8999d4

Browse files
committed
fix(actions): add execute permission to coredns to fix permission denied error
Signed-off-by: Casale, Robert <[email protected]>
1 parent efd18c4 commit d8999d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upload_image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
echo "k8s_dns_chaos:github.com/chaos-mesh/k8s_dns_chaos" >> plugin.cfg
3535
SWAGGER=1 UI=1 make coredns
36+
chmod +x coredns
3637
3738
- name: upload coredns binary
3839
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)