From 89e0bb8db066d97ca9fa1e249437d76655612a19 Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 01:39:24 +0200 Subject: [PATCH] maybe now Signed-off-by: spv --- .gitea/workflows/build.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cc4de5d..fc2f000 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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}}' +