Skip to content

Commit 399b0b4

Browse files
authored
Update build-padavan.yml
1 parent e9b8cb3 commit 399b0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-padavan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
git clone $REPO_URL -b $REPO_BRANCH rt-n56u
6262
cd rt-n56u/toolchain-mipsel
6363
sh dl_toolchain.sh
64-
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
64+
ln -sf /workdir/rt-n56u $GITHUB_WORKSPACE/rt-n56u
6565
6666
- name: Build Firmware
6767
run: |
@@ -137,7 +137,7 @@ jobs:
137137
id: organize
138138
if: env.UPLOAD_FIRMWARE == 'true' && !cancelled()
139139
run: |
140-
cd /opt/rt-n56u/trunk/images/
140+
cd rt-n56u/trunk/images
141141
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
142142
echo "::set-output name=status::success"
143143

0 commit comments

Comments
 (0)