We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399b0b4 commit c417b83Copy full SHA for c417b83
.github/workflows/build-padavan.yml
@@ -121,6 +121,9 @@ jobs:
121
sed -i 's/CONFIG_FIRMWARE_INCLUDE_XRAY=n/CONFIG_FIRMWARE_INCLUDE_XRAY=y/' configs/templates/K2P.config
122
fakeroot ./build_firmware_modify $DEVICE_NAME
123
mv images/*.trx /opt/bin/${DEVICE_NAME}_xray.trx
124
+
125
+ # sha256sum
126
+ find /opt/bin -type f -print0 | xargs -0 md256sum > /opt/bin/sha256sums
127
128
- name: Check space usage
129
if: (!cancelled())
@@ -137,7 +140,7 @@ jobs:
137
140
id: organize
138
141
if: env.UPLOAD_FIRMWARE == 'true' && !cancelled()
139
142
run: |
- cd rt-n56u/trunk/images
143
+ cd /opt/bin
144
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
145
echo "::set-output name=status::success"
146
0 commit comments