From f5643235ed5513f3e14fb92aef3aa009fff6b07e Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 02:09:38 +0200 Subject: [PATCH] bruh Signed-off-by: spv --- .gitea/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b80a919..a2c1dcf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,18 +8,18 @@ jobs: steps: - 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 + uses: actions/checkout@v4 + #- name: install rust + #run: apt update + #- run: apt install cargo golang -y + #- run: cargo build --release - name: setup go uses: https://github.com/actions/setup-go@v4 with: go-version: '>=1.20.1' - name: Use Go Action id: use-go-action - uses: https://gitea.com/actions/release-action@main + uses: actions/release-action@main with: files: |- main.rs