mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-09 12:12:03 +00:00
Calculate SHA256 signatures
This commit is contained in:
parent
9d9b44d04b
commit
7348efb531
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -143,6 +143,7 @@ jobs:
|
|||
asset_path: src/${{ env.BUNDLE }}.tar.xz
|
||||
asset_name: ${{ env.BUNDLE }}.tar.xz
|
||||
asset_content_type: application/octet-stream
|
||||
- run: openssl sha256 out/Release/naive
|
||||
android:
|
||||
needs: cache-toolchains-posix
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -207,6 +208,7 @@ jobs:
|
|||
asset_path: src/${{ env.BUNDLE }}.tar.xz
|
||||
asset_name: ${{ env.BUNDLE }}.tar.xz
|
||||
asset_content_type: application/octet-stream
|
||||
- run: openssl sha256 out/Release/naive
|
||||
win:
|
||||
needs: cache-toolchains-win
|
||||
runs-on: windows-latest
|
||||
|
@ -266,6 +268,7 @@ jobs:
|
|||
asset_path: src/${{ env.BUNDLE }}.zip
|
||||
asset_name: ${{ env.BUNDLE }}.zip
|
||||
asset_content_type: application/octet-stream
|
||||
- run: openssl sha256 out/Release/naive.exe
|
||||
mac:
|
||||
needs: cache-toolchains-mac
|
||||
runs-on: macos-latest
|
||||
|
@ -314,6 +317,7 @@ jobs:
|
|||
asset_path: src/${{ env.BUNDLE }}.tar.xz
|
||||
asset_name: ${{ env.BUNDLE }}.tar.xz
|
||||
asset_content_type: application/octet-stream
|
||||
- run: openssl sha256 out/Release/naive
|
||||
openwrt:
|
||||
needs: cache-toolchains-posix
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -433,3 +437,4 @@ jobs:
|
|||
asset_path: src/${{ env.BUNDLE }}.tar.xz
|
||||
asset_name: ${{ env.BUNDLE }}.tar.xz
|
||||
asset_content_type: application/octet-stream
|
||||
- run: openssl sha256 out/Release/naive
|
||||
|
|
Loading…
Add table
Reference in a new issue