We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571d6b commit 54981bfCopy full SHA for 54981bf
1 file changed
.github/workflows/build-unbricked.yml
@@ -29,5 +29,6 @@ jobs:
29
shell: bash
30
run: |
31
set -euo pipefail
32
- chmod +x ./unbricked/build_all.sh
33
- ./unbricked/build_all.sh
+ cd unbricked
+ chmod +x ./build_all.sh
34
+ ./build_all.sh
0 commit comments