Skip to content

Commit 4d83981

Browse files
authored
Update build-x86_64-uola-openwrt.yml
1 parent e41337e commit 4d83981

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-x86_64-uola-openwrt.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,12 @@ jobs:
177177
echo "::set-output name=status::success"
178178
179179
- name: 设置环境变量
180-
working-directory: ./openwrt
181180
if: steps.compile.outputs.status == 'success'
182181
run: |
183-
cd bin/packages/*
182+
cd openwrt/bin/packages/*
184183
PLATFORM=$(basename `pwd`)
185184
echo "::set-env name=PLATFORM::$PLATFORM"
186-
cd bin/targets/*
185+
cd openwrt/bin/targets/*
187186
TARGET=$(basename `pwd`)
188187
echo "::set-env name=TARGET::$TARGET"
189188
cd *

0 commit comments

Comments
 (0)