bruh
Some checks failed
Build / Build (push) Failing after 1s

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 01:47:41 +02:00
parent 35cad011f0
commit f86e10ae7e
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -9,13 +9,13 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: install rust
run: apt update
- run: apt install cargo golang -y
- run: cargo build --release
run: #apt update
- run: #apt install cargo golang -y
- run: #cargo build --release
- name: Use Go Action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
target/release/rsa_implementation
main.rs
api_key: '${{secrets.RELEASE_TOKEN}}'