Skip to content

Commit

Permalink
Update version and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahdi-zarei committed Jun 16, 2024
1 parent 22deb9d commit c941ac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-qv2ray-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion nekoray_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.8-2024-06-16
4.0.8-beta.1-2024-06-16

0 comments on commit c941ac8

Please sign in to comment.