mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 13:59:10 +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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Enable build verification
|
||||||
|
- name: Verifiable Build
|
||||||
|
shell: bash
|
||||||
|
run: sha256sum ./mypubdir4/*
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue