We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b8cb3 commit 399b0b4Copy full SHA for 399b0b4
.github/workflows/build-padavan.yml
@@ -61,7 +61,7 @@ jobs:
61
git clone $REPO_URL -b $REPO_BRANCH rt-n56u
62
cd rt-n56u/toolchain-mipsel
63
sh dl_toolchain.sh
64
- ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
+ ln -sf /workdir/rt-n56u $GITHUB_WORKSPACE/rt-n56u
65
66
- name: Build Firmware
67
run: |
@@ -137,7 +137,7 @@ jobs:
137
id: organize
138
if: env.UPLOAD_FIRMWARE == 'true' && !cancelled()
139
140
- cd /opt/rt-n56u/trunk/images/
+ cd rt-n56u/trunk/images
141
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
142
echo "::set-output name=status::success"
143
0 commit comments