From d73523b9e122ce9fcc32cd232116a598f50e328c Mon Sep 17 00:00:00 2001 From: Brandon4466 Date: Sun, 8 Jun 2025 02:41:23 -0700 Subject: [PATCH] tags working --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1b2ec65..3e02ba0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -24,7 +24,6 @@ jobs: - name: Upload to Release uses: https://gitea.com/actions/release-action@main with: - files: |- - bang + files: bang api_key: '${{secrets.RELEASE_TOKEN}}' - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file