We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442195a commit c487410Copy full SHA for c487410
1 file changed
.github/workflows/x86full.yml
@@ -117,10 +117,11 @@ jobs:
117
- name: Organize config and log files
118
run: |
119
cd openwrt
120
- mv download.log /bin/targets/*/*/download.log
121
- mv check.log /bin/targets/*/*/check.log
122
- mv build.log /bin/targets/*/*/build.log
123
- mv .config /bin/targets/*/*/.config
+ mv .config ./bin/targets/x86/64/.config
+ mv feeds.conf.default ./bin/targets/x86/64/feeds.conf.default
+ mv download.log ./bin/targets/x86/64/download.log
+ mv check.log ./bin/targets/x86/64/check.log
124
+ mv build.log ./bin/targets/x86/64/build.log
125
126
- name: Check space usage
127
if: (!cancelled())
0 commit comments