rsa/.gitea/workflows/build.yaml
spv 89e0bb8db0
Some checks failed
Build / Build (push) Failing after 1m36s
maybe now
Signed-off-by: spv <spv0x04@proton.me>
2024-07-26 01:39:24 +02:00

22 lines
500 B
YAML

name: Build
run-name: Im about to BUILLLLDDDDDDD
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: install rust
run: apt update
- run: apt install cargo -y
- run: cargo build --release
- name: Use Go Action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
target/release/rsa
api_key: '${{secrets.RELEASE_TOKEN}}'