Skip to content

Commit 7871c96

Browse files
Update update-image.yml
1 parent 8c5292c commit 7871c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
fi
9292
img_path=$(ls -1 deploy/*.img)
9393
target_name="openhd-image-${{ matrix.TARGET }}-${{ env.DT }}.img"
94-
mv "$img_path" "deploy/$target_name"
94+
sudo mv "$img_path" "deploy/$target_name"
9595
9696
- name: Upload updated image artifact
9797
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)