diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index be22c1b..4df23a4 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -255,7 +255,11 @@ jobs: with: name: Deployment-${{ github.sha }} path: deployment + - name: PreRelease + if: github.event.inputs.publish == 'p' + run: | + ./ghr -prerelease -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" deployment - name: Release - if: github.event.inputs.publish != 'y' + if: github.event.inputs.publish == '' run: | ./ghr -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" deployment diff --git a/nekoray_version.txt b/nekoray_version.txt index ec95b9f..0b49813 100644 --- a/nekoray_version.txt +++ b/nekoray_version.txt @@ -1 +1 @@ -4.0.8-2024-06-16 +4.0.8-beta.1-2024-06-16