maybe now
Some checks failed
Build / Build (push) Failing after 1m36s

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 01:39:24 +02:00
parent d428862311
commit 89e0bb8db0
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -12,11 +12,10 @@ jobs:
run: apt update
- run: apt install cargo -y
- run: cargo build --release
- name: Build and push
uses: docker/build-push-action@v4
- name: Use Go Action
uses: https://gitea.com/actions/release-action@main
with:
context: .
file: ./target/release/rsa
platforms: |
linux/amd64
push: true
files: |-
target/release/rsa
api_key: '${{secrets.RELEASE_TOKEN}}'