mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-02-08 05:09:15 +01: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 New Issue
Block a user