Skip to content

Commit e7dfa34

Browse files
authored
fix CI - need permissions
1 parent 219ce10 commit e7dfa34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
4848
tar -zxf extractor-iac.tar.gz
4949
50+
chmod +x extractor-pack/tools/*.sh
51+
chmod +x extractor-pack/tools/**/*
52+
5053
- uses: dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable
5154
if: steps.extractor-changes.outputs.src == 'true'
5255

0 commit comments

Comments
 (0)