From f86e10ae7eeb45b39198f67305dd502ab4ec0a03 Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 01:47:41 +0200 Subject: [PATCH] bruh Signed-off-by: spv --- .gitea/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5af5dad..8fe8930 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,13 +9,13 @@ 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 + - run: #apt install cargo golang -y + - run: #cargo build --release - name: Use Go Action uses: https://gitea.com/actions/release-action@main with: files: |- - target/release/rsa_implementation + main.rs api_key: '${{secrets.RELEASE_TOKEN}}'