From f7c4c05599c20ee772720b45fe66ab61bb8acd8e Mon Sep 17 00:00:00 2001 From: Brandon4466 Date: Sun, 8 Jun 2025 02:31:34 -0700 Subject: [PATCH] more workflow --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6287333..62fdea7 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,9 +22,9 @@ jobs: - name: List files run: ls -lh - name: Upload to Release - uses: actions/gitea-release@main + uses: actions/release-action@main with: files: |- - bang - api_key: '82a28e80eff717eed36be0abf03057f3bc02c9c9' + bin/** + api_key: '${{secrets.RELEASE_TOKEN}}' - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file