Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
9fec8beffc
commit
8e5cd6e1bf
@ -11,14 +11,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- 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
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
- name: Hash Release
|
- name: Hash Release
|
||||||
id: get-hash
|
id: get-hash
|
||||||
run: |
|
run: |
|
||||||
echo "TAG_NAME=$(sha256sum ./target/release/rsa_implementation)" >> $GITHUB_OUTPUT
|
echo "TAG_NAME=$(sha256sum ./target/release/rsa_implementation | head -c 64)" >> $GITHUB_OUTPUT
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user