From f6ffd9d11701ec7d65e4672452a916339a151633 Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 12:30:25 +0200 Subject: [PATCH] bruh Signed-off-by: spv --- .gitea/workflows/build.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c94c47c..6ba843d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,14 +9,12 @@ jobs: - run: echo '${{secrets.RELEASE_TOKEN}}' | base64 - name: Checkout repo uses: actions/checkout@v4 - #- name: install rust - #run: apt update - #- run: apt install cargo golang -y - #- run: cargo build --release + - name: install rust + run: apt update + - run: apt install cargo golang -y + - run: cargo build --release - name: Publish uses: akkuman/gitea-release-action@v1 - env: - NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 with: files: |- - ./main.rs + ./target/release/rsa_implementation