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

28 lines
685 B
YAML

name: Build
run-name: Im about to BUILLLLDDDDDDD
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- 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: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Use Go Action
id: use-go-action
uses: actions/release-action@main
with:
files: |-
main.rs
api_key: '${{secrets.RELEASE_TOKEN}}'