Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
a4168d39b8
commit
59f1f38c16
@ -9,10 +9,10 @@ jobs:
|
||||
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: install rust
|
||||
run: apt update && apt install cargo -y
|
||||
- name: Build
|
||||
run: cargo build --release
|
||||
- name: install rust
|
||||
run: apt update && apt install cargo -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