mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
Update version and workflow
This commit is contained in:
parent
22deb9d42d
commit
c941ac8f86
6
.github/workflows/build-qv2ray-cmake.yml
vendored
6
.github/workflows/build-qv2ray-cmake.yml
vendored
@ -255,7 +255,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Deployment-${{ github.sha }}
|
name: Deployment-${{ github.sha }}
|
||||||
path: deployment
|
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
|
- name: Release
|
||||||
if: github.event.inputs.publish != 'y'
|
if: github.event.inputs.publish == ''
|
||||||
run: |
|
run: |
|
||||||
./ghr -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" deployment
|
./ghr -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" deployment
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
4.0.8-2024-06-16
|
4.0.8-beta.1-2024-06-16
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user