ci: fix permission
This commit is contained in:
parent
4910297809
commit
1a6fe2701b
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -73,6 +73,7 @@ jobs:
|
||||
- name: Archive and compress binaries
|
||||
run: |
|
||||
find assets/*/*/* -type f | while read -r file; do
|
||||
chmod +x $file
|
||||
dir=$(dirname "$file")
|
||||
filename=$(basename "$file")
|
||||
fileWithoutExt="${filename%.*}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user