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]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
|
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
|
||||||
@ -13,15 +13,10 @@ jobs:
|
|||||||
#run: apt update
|
#run: apt update
|
||||||
#- run: apt install cargo golang -y
|
#- run: apt install cargo golang -y
|
||||||
#- run: cargo build --release
|
#- run: cargo build --release
|
||||||
- name: setup go
|
- name: Publish
|
||||||
uses: https://github.com/actions/setup-go@v4
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
env:
|
||||||
go-version: '>=1.20.1'
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
- name: Use Go Action
|
|
||||||
id: use-go-action
|
|
||||||
uses: actions/release-action@main
|
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
main.rs
|
./main.rs
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user