Change chown to change current dir as well
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
This commit is contained in:
parent
11ad58cf20
commit
352c8b7ab5
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Change plugin file ownership
|
||||
working-directory: ./bin
|
||||
run: sudo chown root:root ./*
|
||||
run: sudo chown -R root:root .
|
||||
|
||||
- name: Create dist directory
|
||||
run: mkdir dist
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
- name: Change plugin file ownership
|
||||
working-directory: ./bin
|
||||
run: sudo chown root:root ./*
|
||||
run: sudo chown -R root:root .
|
||||
|
||||
- name: Create dist directory
|
||||
run: mkdir dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user