bruh
Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
d9a413f8ac
commit
f6ffd9d117
@ -9,14 +9,12 @@ jobs:
|
||||
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
#- name: install rust
|
||||
#run: apt update
|
||||
#- run: apt install cargo golang -y
|
||||
#- run: cargo build --release
|
||||
- name: install rust
|
||||
run: apt update
|
||||
- run: apt install cargo golang -y
|
||||
- run: cargo build --release
|
||||
- name: Publish
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
with:
|
||||
files: |-
|
||||
./main.rs
|
||||
./target/release/rsa_implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user