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:28:55 +02:00
parent 2c69c7b7a9
commit d9a413f8ac
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -3,7 +3,7 @@ run-name: Im about to BUILLLLDDDDDDD
on: [push]
jobs:
Build:
release:
runs-on: ubuntu-latest
steps:
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
@ -13,15 +13,10 @@ jobs:
#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
- name: Publish
uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
files: |-
main.rs
api_key: '${{secrets.RELEASE_TOKEN}}'
./main.rs