File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ jobs:
9797 - name : Add magic
9898 run : >
9999 echo ==============================================RI==============================================;
100- ls -1 uruntime-runimage*|xargs -I {} sh -c " echo -ne ' RI\x02' |dd of={} bs=1 count=3 seek=8 conv=notrunc" ;
100+ ls -1 uruntime-runimage*|xargs -I {} sh -c ' echo -ne " RI\x02" |dd of={} bs=1 count=3 seek=8 conv=notrunc' ;
101101
102102 echo ==============================================AI==============================================;
103- ls -1 uruntime-appimage*|xargs -I {} sh -c " echo -ne ' AI\x02' |dd of={} bs=1 count=3 seek=8 conv=notrunc" ;
103+ ls -1 uruntime-appimage*|xargs -I {} sh -c ' echo -ne " AI\x02" |dd of={} bs=1 count=3 seek=8 conv=notrunc' ;
104104
105105 - name : Release
106106 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments