代码规范:所有文件以空行结尾
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -278,4 +278,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Techmino_${{ env.Version }}_${{ GITHUB.RUN_NUMBER }}_${{ env.CommitID }}_macOS
|
||||
path: Techmino.zip
|
||||
path: Techmino.zip
|
||||
|
||||
2
.github/workflows/getLatest.py
vendored
2
.github/workflows/getLatest.py
vendored
@@ -24,4 +24,4 @@ if __name__ == '__main__':
|
||||
parser.add_argument('-P', '--Pre', action='store_true', help = '是否获取pre')
|
||||
parser.add_argument('-R', '--Repo', default = '26F-Studio/cold_clear_ai_love2d_wrapper', help = '获取的仓库, 默认为cold_clear_ai_love2d_wrapper, 输入格式为User/Repo')
|
||||
args = parser.parse_args()
|
||||
getColdClear(args)
|
||||
getColdClear(args)
|
||||
|
||||
2
.github/workflows/getVersion.lua
vendored
2
.github/workflows/getVersion.lua
vendored
@@ -22,4 +22,4 @@ elseif arg[1]=="-updateNote"then
|
||||
:gsub("\n_","\n")
|
||||
:gsub("\n\n","\n",1)
|
||||
print(note)
|
||||
end
|
||||
end
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -457,4 +457,4 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: ${{ env.Title }}
|
||||
body_path: ./updateNote.txt
|
||||
body_path: ./updateNote.txt
|
||||
|
||||
2
.github/workflows/updateVersion.py
vendored
2
.github/workflows/updateVersion.py
vendored
@@ -94,4 +94,4 @@ if __name__ == '__main__':
|
||||
elif args.Type == 'AndroidRelease':
|
||||
updateAndroid(args, 'Release')
|
||||
elif args.Type == 'AndroidSnapshot':
|
||||
updateAndroid(args, 'Snapshot')
|
||||
updateAndroid(args, 'Snapshot')
|
||||
|
||||
Reference in New Issue
Block a user