Browse Source

chore: 💩 try install unix2dos

tags/0.1.0
shangfengh 2 years ago
parent
commit
2e91a2f53d
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      .github/workflows/upload_COS.yml
  2. +1
    -0
      dependency/shell/Unix2dos.sh

+ 1
- 1
.github/workflows/upload_COS.yml View File

@@ -7,7 +7,7 @@ name: "upload_COS"

on:
push:
branches: [ main, dev ]
branches: [ main, dev ,new ]

jobs:
client_build:


+ 1
- 0
dependency/shell/Unix2dos.sh View File

@@ -13,5 +13,6 @@ do
fi
done
}
yum -y install unix2dos
cd $1
lsdir

Loading…
Cancel
Save