diff --git a/.gitea/workflows/fedora-checkout.yml b/.gitea/workflows/fedora-checkout.yml index 76ef46e..49eca18 100644 --- a/.gitea/workflows/fedora-checkout.yml +++ b/.gitea/workflows/fedora-checkout.yml @@ -12,4 +12,10 @@ jobs: steps: - uses: https://git.phyllo.me/actions/checkout@v4 with: - fetch-depth: 0 \ No newline at end of file + fetch-depth: 0 + - uses: https://git.phyllo.me/actions/action-gh-release@v2 + with: + files: |- + bin/** + api_key: '${{secrets.RELEASE_TOKEN}}' +