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 e41337e commit 4d83981Copy full SHA for 4d83981
.github/workflows/build-x86_64-uola-openwrt.yml
@@ -177,13 +177,12 @@ jobs:
177
echo "::set-output name=status::success"
178
179
- name: 设置环境变量
180
- working-directory: ./openwrt
181
if: steps.compile.outputs.status == 'success'
182
run: |
183
- cd bin/packages/*
+ cd openwrt/bin/packages/*
184
PLATFORM=$(basename `pwd`)
185
echo "::set-env name=PLATFORM::$PLATFORM"
186
- cd bin/targets/*
+ cd openwrt/bin/targets/*
187
TARGET=$(basename `pwd`)
188
echo "::set-env name=TARGET::$TARGET"
189
cd *
0 commit comments