Feat/action upload release (#108)

* chore: update macos.yml

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: update windows.yml

* chore: update windows.yml

* chore: update windows.yml

* chore: update windows.yml

* chore: update windows and mac yml

* chore: updat macos.yml

* chore: update macos.yml

* chore: update ubuntu.yml

* chore: update build script

* docs: update TODO.md

* feat: update version to 1.3.0

* chore: update upload release

Co-authored-by: rankun <rankun@bytedance.com>
This commit is contained in:
Barry 2020-03-22 23:20:00 +08:00 committed by GitHub
commit 9387e4bc29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 134 additions and 257 deletions

View file

@ -6,8 +6,9 @@ echo check ENV
echo ---------------------------------------------------------------
# 从环境变量获取必要参数
# 例如 /home/barry/Qt5.9.6/5.9.6/gcc_64
echo ENV_QT_GCC $ENV_QT_GCC
# 例如 /home/barry/Qt5.9.6/5.9.6
echo ENV_QT_PATH $ENV_QT_PATH
qt_gcc_path=$ENV_QT_PATH/gcc_64
# 获取绝对路径,保证其他目录执行此脚本依然正确
{
@ -39,7 +40,7 @@ fi
echo current build mode: $build_mode
# 环境变量设置
export PATH=$ENV_QT_GCC/bin:$PATH
export PATH=$qt_gcc_path/bin:$PATH
echo
echo