Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
54d5dc077c
commit
5358e8e88f
@ -6,13 +6,12 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo '${{secrets.RELEASE_TOKEN}}'
|
|
||||||
- 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user