bruh
All checks were successful
Build / release (push) Successful in 20s

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 12:34:12 +02:00
parent 816c902ec7
commit 634fdd2541
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -9,12 +9,12 @@ jobs:
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64 - run: echo '${{secrets.RELEASE_TOKEN}}' | base64
- 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 golang -y # run: apt update && apt install cargo -y
- name: Build #- name: Build
run: cargo build --release # run: cargo build --release
- name: Publish - name: Publish
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
files: |- files: |-
./target/release/rsa_implementation ./src/main.rs