Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
2c69c7b7a9
commit
d9a413f8ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user