Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
f6ffd9d117
commit
816c902ec7
@ -10,9 +10,9 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: install rust
|
||||
run: apt update
|
||||
- run: apt install cargo golang -y
|
||||
- run: cargo build --release
|
||||
run: apt update && apt install cargo golang -y
|
||||
- name: Build
|
||||
run: cargo build --release
|
||||
- name: Publish
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user