Merge pull request #1058 from s1061123/fix/1053b

Change chown to change current dir as well
This commit is contained in:
Casey Callendrello 2024-06-24 17:20:49 +02:00 committed by GitHub
commit acf8ddc8e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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