Skip to content

Commit 54981bf

Browse files
committed
ci: cd before running build_all
1 parent 7571d6b commit 54981bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-unbricked.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
shell: bash
3030
run: |
3131
set -euo pipefail
32-
chmod +x ./unbricked/build_all.sh
33-
./unbricked/build_all.sh
32+
cd unbricked
33+
chmod +x ./build_all.sh
34+
./build_all.sh

0 commit comments

Comments
 (0)