mirror of
https://github.com/2dust/v2rayN.git
synced 2025-09-03 00:36:20 +00:00
Update build-osx.yml
This commit is contained in:
parent
9663c82e1d
commit
64014e5f08
1 changed files with 9 additions and 1 deletions
8
.github/workflows/build-osx.yml
vendored
8
.github/workflows/build-osx.yml
vendored
|
@ -60,6 +60,14 @@ jobs:
|
||||||
tag: ${{ github.event.inputs.release_tag }}
|
tag: ${{ github.event.inputs.release_tag }}
|
||||||
file_glob: true
|
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
|
# release zip archive
|
||||||
- name: Package release zip archive
|
- name: Package release zip archive
|
||||||
if: github.event.inputs.release_tag != ''
|
if: github.event.inputs.release_tag != ''
|
||||||
|
|
Loading…
Reference in a new issue