We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11ad58c + 352c8b7 commit acf8ddcCopy full SHA for acf8ddc
1 file changed
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Change plugin file ownership
34
working-directory: ./bin
35
- run: sudo chown root:root ./*
+ run: sudo chown -R root:root .
36
37
- name: Create dist directory
38
run: mkdir dist
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
92
93
0 commit comments