Skip to content

Commit 8c421af

Browse files
authored
Update DShanPi-A1.yaml
1 parent 5ee6e2e commit 8c421af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DShanPi-A1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535
run: |
3636
git clone https://gitee.com/chainsx/SBC-sig --depth=1
37-
cd SBC-sig/scripts/rockchip/
37+
cd SBC-sig/scripts
3838
sudo bash build-image-docker.sh \
3939
--board dshanpi-a1 \
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)