We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ecef0 commit 7041079Copy full SHA for 7041079
.github/workflows/build_image_mt7981.yml
@@ -316,7 +316,7 @@ jobs:
316
317
- name: Prepare DTS
318
run: |
319
- cat << EOF >> /openwrt_base/target/linux/mediatek/image/filogic.mk
+ cat << EOF >> /builder/target/linux/mediatek/image/filogic.mk
320
321
define Device/nradio_c8-668
322
DEVICE_VENDOR := NRadio
@@ -335,9 +335,9 @@ jobs:
335
336
EOF
337
338
- cat /openwrt_base/target/linux/mediatek/image/filogic.mk
+ cat /builder/target/linux/mediatek/image/filogic.mk
339
340
- cp $VOLUME_HOME/nradio/dts/* /openwrt_base/target/linux/mediatek/dts/
+ cp ${{ github.workspace }}/nradio/dts/* /openwrt_base/target/linux/mediatek/dts/
341
342
- name: Set profile
343
0 commit comments