rsa/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: did not find expected key
spv a4168d39b8
bruh
Signed-off-by: spv <spv0x04@proton.me>
2024-07-26 12:38:23 +02:00

22 lines
523 B
YAML

name: Build
run-name: Im about to BUILLLLDDDDDDD
on: [push]
jobs:
release:
runs-on: ubuntu-latest
steps:
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
- name: Checkout repo
uses: actions/checkout@v4
- name: install rust
run: apt update && apt install cargo -y
- name: Build
run: cargo build --release
- name: Publish
uses: akkuman/gitea-release-action@v1
with:
md5sum: true
files: |-
./src/main.rs