Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 23, 2020
1 parent a11e518 commit 4f70545
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r1s_lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
cd friendlywrt-h5
sed -i '130,150 {/build_friendlywrt/d}' scripts/build.sh
./build.sh nanopi_r1s.mk
sudo bash fix_ownership.sh
cd .. && sudo bash fix_ownership.sh
- name: Zip Files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r1s_lean_h3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
echo -e '\nCONFIG_TCP_CONG_ADVANCED=y' >> kernel/arch/arm/configs/sunxi_defconfig
echo -e '\nCONFIG_TCP_CONG_BBR=m' >> kernel/arch/arm/configs/sunxi_defconfig
./build.sh nanopi_r1s_h3.mk
sudo bash fix_ownership.sh
cd .. && sudo bash fix_ownership.sh
- name: Zip Files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r1s_lienol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
cd friendlywrt-h5
sed -i '130,150 {/build_friendlywrt/d}' scripts/build.sh
./build.sh nanopi_r1s.mk
sudo bash fix_ownership.sh
cd .. && sudo bash fix_ownership.sh
- name: Zip Files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r2s_lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
cd friendlywrt-rk3328
sed -i 's/set -eu/set -u/' scripts/mk-friendlywrt.sh
./build.sh nanopi_r2s.mk
sudo bash fix_ownership.sh
cd .. && sudo bash fix_ownership.sh
- name: Zip Files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r2s_lean_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
cd friendlywrt-rk3328
sed -i 's/set -eu/set -u/' scripts/mk-friendlywrt.sh
./build.sh nanopi_r2s.mk
sudo bash fix_ownership.sh
cd .. && sudo bash fix_ownership.sh
- name: Zip Files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r2s_lienol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
cd friendlywrt-rk3328
sed -i 's/set -eu/set -u/' scripts/mk-friendlywrt.sh
./build.sh nanopi_r2s.mk
sudo bash fix_ownership.sh
cd .. && sudo bash fix_ownership.sh
- name: Zip Files
run: |
Expand Down

0 comments on commit 4f70545

Please sign in to comment.