Skip to content

Commit 711ad13

Browse files
committed
add copy file shell for github action
1 parent 1b32011 commit 711ad13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: copy_on_publish.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
rm macos
4+
cp -r ios macos
5+
git rm --cached macos

0 commit comments

Comments
 (0)