bruh
Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
f1c5a209d9
commit
f5643235ed
@ -8,18 +8,18 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
|
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: install rust
|
#- name: install rust
|
||||||
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: setup go
|
||||||
uses: https://github.com/actions/setup-go@v4
|
uses: https://github.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
go-version: '>=1.20.1'
|
||||||
- name: Use Go Action
|
- name: Use Go Action
|
||||||
id: use-go-action
|
id: use-go-action
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
main.rs
|
main.rs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user