From 59f1f38c16e0d4b8b893864916bbad26898edfb9 Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 12:38:35 +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 7e2a73b..ece7d7b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,10 +9,10 @@ jobs: - run: echo '${{secrets.RELEASE_TOKEN}}' | base64 - name: Checkout repo uses: actions/checkout@v4 - - name: install rust - run: apt update && apt install cargo -y - - name: Build - run: cargo build --release + - name: install rust + run: apt update && apt install cargo -y + - name: Build + run: cargo build --release - name: Publish uses: akkuman/gitea-release-action@v1 with: