Skip to content

Commit c417b83

Browse files
authored
Update build-padavan.yml
1 parent 399b0b4 commit c417b83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-padavan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
sed -i 's/CONFIG_FIRMWARE_INCLUDE_XRAY=n/CONFIG_FIRMWARE_INCLUDE_XRAY=y/' configs/templates/K2P.config
122122
fakeroot ./build_firmware_modify $DEVICE_NAME
123123
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
124127
125128
- name: Check space usage
126129
if: (!cancelled())
@@ -137,7 +140,7 @@ jobs:
137140
id: organize
138141
if: env.UPLOAD_FIRMWARE == 'true' && !cancelled()
139142
run: |
140-
cd rt-n56u/trunk/images
143+
cd /opt/bin
141144
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
142145
echo "::set-output name=status::success"
143146

0 commit comments

Comments
 (0)