diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index 4100e91..4b19832 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -30,7 +30,7 @@ jobs: uses: actions/cache@v3 with: path: artifacts.tgz - key: CommonCache-${{ matrix.cross_os }}-${{ matrix.cross_arch }}-${{ hashFiles('libs/*.sh', 'go_status') }} + key: CommonCache-${{ matrix.cross_os }}-${{ matrix.cross_arch }}-${{ hashFiles('libs/*.sh', 'go_status', '*.txt') }} - name: Install Golang if: steps.cache-common.outputs.cache-hit != 'true' uses: actions/setup-go@v3 diff --git a/nekoray_version.txt b/nekoray_version.txt index df611cc..d26119a 100644 --- a/nekoray_version.txt +++ b/nekoray_version.txt @@ -1 +1 @@ -2.1-2022-10-22 +2.2-2022-10-30