mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-21 06:19:08 +00:00
Enable build verification
This commit is contained in:
parent
4b0ca087eb
commit
a082a6f45b
1 changed files with 5 additions and 0 deletions
5
.github/workflows/publish-exe.yml
vendored
5
.github/workflows/publish-exe.yml
vendored
|
@ -84,6 +84,11 @@ jobs:
|
|||
fi
|
||||
fi
|
||||
|
||||
# Enable build verification
|
||||
- name: Verifiable Build
|
||||
shell: bash
|
||||
run: sha256sum ./mypubdir4/*
|
||||
|
||||
- name: Publish
|
||||
uses: softprops/action-gh-release@v1
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue