Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
ae47d9e127
commit
11a75bfef9
@ -12,9 +12,11 @@ jobs:
|
|||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: apt update && apt install cargo -y
|
run: apt update && apt install cargo -y && rustup target add x86_64-pc-windows-gnu
|
||||||
- name: Build
|
- name: Build linux
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
- name: Build Windows
|
||||||
|
run: cargo build --release --target x86_64-pc-windows-gnu
|
||||||
- name: Hash Release
|
- name: Hash Release
|
||||||
id: get-hash
|
id: get-hash
|
||||||
run: |
|
run: |
|
||||||
@ -26,6 +28,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
sha256sum: true
|
sha256sum: true
|
||||||
body_path: ./CHANGES.md
|
body_path: ./CHANGES.md
|
||||||
name: '${{steps.get-hash.outputs.TAG_NAME}}'
|
tag_name: '${{steps.get-hash.outputs.TAG_NAME}}'
|
||||||
|
name: v'${{steps.get-hash.outputs.TAG_NAME}}''
|
||||||
files: |-
|
files: |-
|
||||||
./target/release/rsa
|
./target/release/rsa
|
||||||
|
./target/x86_64-pc-windows-gnu/release/rsa.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user