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