From c2e0aafda63023b26b324e11da4a07a67124168f Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 7 Aug 2024 07:46:33 +0100 Subject: [PATCH] this will do for now im too tired --- .gitea/workflows/release-mod.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitea/workflows/release-mod.yml b/.gitea/workflows/release-mod.yml index f447ae2..13007cb 100644 --- a/.gitea/workflows/release-mod.yml +++ b/.gitea/workflows/release-mod.yml @@ -47,14 +47,3 @@ jobs: with: name: ${{ steps.Build.outputs.filename }} path: ${{ steps.Build.outputs.artifactpath }} - - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version: ">=1.20.1" - - - name: Release Mod - uses: https://gitea.com/actions/release-action@main - with: - tag: ${{ steps.Build.outputs.filename }} - path: ${{ steps.Build.outputs.artifactpath }}