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