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