We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219ce10 commit e7dfa34Copy full SHA for e7dfa34
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,9 @@ jobs:
47
48
tar -zxf extractor-iac.tar.gz
49
50
+ chmod +x extractor-pack/tools/*.sh
51
+ chmod +x extractor-pack/tools/**/*
52
+
53
- uses: dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable
54
if: steps.extractor-changes.outputs.src == 'true'
55
0 commit comments