Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
d428862311
commit
89e0bb8db0
@ -12,11 +12,10 @@ jobs:
|
|||||||
run: apt update
|
run: apt update
|
||||||
- run: apt install cargo -y
|
- run: apt install cargo -y
|
||||||
- run: cargo build --release
|
- run: cargo build --release
|
||||||
- name: Build and push
|
- name: Use Go Action
|
||||||
uses: docker/build-push-action@v4
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
context: .
|
files: |-
|
||||||
file: ./target/release/rsa
|
target/release/rsa
|
||||||
platforms: |
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
linux/amd64
|
|
||||||
push: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user