We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个配置版本一直出错停止,
2 cd openwrt/bin/targets// 3 rm -rf packages 4 echo "FIRMWARE=$PWD" >> $GITHUB_ENV 5 echo "::set-output name=status::success" 6 shell: /bin/bash -e {0} 7 env: 8 REPO_URL: https://github.com/coolsnowwolf/lede 9 REPO_BRANCH: master 10 FEEDS_CONF: feeds.conf.default 11 CONFIG_FILE: config/x86pangluyou.config 12 DIY_P1_SH: diy-part1.sh 13 DIY_P2_SH: diy-part2.sh 14 UPLOAD_BIN_DIR: false 15 UPLOAD_FIRMWARE: true 16 UPLOAD_COWTRANSFER: true 17 UPLOAD_WETRANSFER: true 18 UPLOAD_RELEASE: false 19 TZ: Asia/Shanghai 20 /home/runner/work/_temp/91905af0-867c-4b61-ba0f-0d4ddce8cf9a.sh: line 1: cd: openwrt/bin/targets//: No such file or directory 21 Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个配置版本一直出错停止,
2
cd openwrt/bin/targets//
3
rm -rf packages
4
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
5
echo "::set-output name=status::success"
6
shell: /bin/bash -e {0}
7
env:
8
REPO_URL: https://github.com/coolsnowwolf/lede
9
REPO_BRANCH: master
10
FEEDS_CONF: feeds.conf.default
11
CONFIG_FILE: config/x86pangluyou.config
12
DIY_P1_SH: diy-part1.sh
13
DIY_P2_SH: diy-part2.sh
14
UPLOAD_BIN_DIR: false
15
UPLOAD_FIRMWARE: true
16
UPLOAD_COWTRANSFER: true
17
UPLOAD_WETRANSFER: true
18
UPLOAD_RELEASE: false
19
TZ: Asia/Shanghai
20
/home/runner/work/_temp/91905af0-867c-4b61-ba0f-0d4ddce8cf9a.sh: line 1: cd: openwrt/bin/targets//: No such file or directory
21
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: