Skip to content

Commit 1bc2b72

Browse files
committed
v0.0.1
1 parent aefdc49 commit 1bc2b72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)