Update build-osx.yml

This commit is contained in:
zjt003 2025-01-19 17:45:50 +08:00 committed by GitHub
parent 9663c82e1d
commit 64014e5f08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,14 @@ jobs:
tag: ${{ github.event.inputs.release_tag }}
file_glob: true
- name: Upload sha256 checksum to release
uses: svenstaro/upload-release-action@v2
if: github.event.inputs.release_tag != ''
with:
file: ${{ github.workspace }}/v2rayN*.sha256
tag: ${{ github.event.inputs.release_tag }}
file_glob: true
# release zip archive
- name: Package release zip archive
if: github.event.inputs.release_tag != ''
@ -75,4 +83,4 @@ jobs:
file: ${{ github.workspace }}/v2rayN*.zip
tag: ${{ github.event.inputs.release_tag }}
file_glob: true
prerelease: true
prerelease: true