diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb4c3753..186fd1c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,9 @@ jobs: sudo apt-get install -y g++-aarch64-linux-gnu crossbuild-essential-arm64 - name: Install coscmd - run: sudo pip install coscmd + run: | + echo "/Library/Frameworks/Python.framework/Versions/2.7/bin" >> $GITHUB_PATH + sudo pip install coscmd - name: Setup Cache uses: actions/cache@v2 diff --git a/share/const.go b/share/const.go index 895c639a..3d008761 100644 --- a/share/const.go +++ b/share/const.go @@ -4,7 +4,7 @@ package share // session -> freeport fix bug // 更新制品目录 -> ui/downloads // Arm64 制品 -> arm build test -// MacOS 制品 -> debug 15 +// MacOS 制品 -> debug 16 // VERSION 版本号 const VERSION = "0.9.1"