Skip to content

Commit 14238ee

Browse files
authored
Update LonganPi-3H-Build.yaml
1 parent 43d990a commit 14238ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/LonganPi-3H-Build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Build
3434
shell: bash
3535
run: |
36-
git clone https://gitee.com/chainsx/SBC-sig --depth=1
37-
cd SBC-sig/scripts/rockchip/
36+
git clone https://gitee.com/woqidaideshi/SBC-sig -b master --depth=1
37+
cd SBC-sig/scripts/
3838
sudo bash build-image-docker.sh \
3939
--board longanpi-3h \
4040
-d https://repo.openeuler.org/openEuler-22.03-LTS-SP3/docker_img/aarch64/openEuler-docker.aarch64.tar.xz \
@@ -51,7 +51,7 @@ jobs:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
with:
5353
release_id: ${{ needs.prepare_release.outputs.release_id }}
54-
file: "./SBC-sig/scripts/rockchip/build/*/*.img.xz*"
54+
file: "./SBC-sig/scripts/build/*/*.img.xz*"
5555
draft: false
5656
- name: Rollback release
5757
if: failure() && needs.prepare_release.outputs.release_id != ''

0 commit comments

Comments
 (0)