Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
35cad011f0
commit
f86e10ae7e
@ -9,13 +9,13 @@ jobs:
|
|||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: install rust
|
- name: install rust
|
||||||
run: apt update
|
run: #apt update
|
||||||
- run: apt install cargo golang -y
|
- run: #apt install cargo golang -y
|
||||||
- run: cargo build --release
|
- run: #cargo build --release
|
||||||
- name: Use Go Action
|
- name: Use Go Action
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
target/release/rsa_implementation
|
main.rs
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user