mirror of
https://github.com/eth-p/bat-extras.git
synced 2026-09-10 07:16:25 -04:00
ci: Fix errors with permissions
This commit is contained in:
parent
36786ba570
commit
428a78837d
|
|
@ -85,3 +85,9 @@ runs:
|
|||
-type f -iname "rg" \
|
||||
-exec mv {} "${{ runner.temp }}/bin/" \;
|
||||
|
||||
- name: Set executable permissions
|
||||
shell: bash
|
||||
run: |
|
||||
chmod -R +x "${{ runner.temp }}/bin"
|
||||
tree "${{ runner.temp }}/bin"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue