From d17c2dd52785701ca574cc73dce957db50debbb9 Mon Sep 17 00:00:00 2001 From: Brandon4466 Date: Sun, 8 Jun 2025 02:28:37 -0700 Subject: [PATCH] workflow updates --- .gitea/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 40d8aa1..e03dd43 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -23,4 +23,8 @@ jobs: run: ls -lh - name: Upload to Release uses: actions/gitea-release@main + with: + files: |- + bang + api_key: '${{secrets.RELEASE_TOKEN}}' - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file