diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index c568b1b..246782c 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -116,9 +116,9 @@ jobs: name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}} path: bin/ - # - name: Release binaries - # uses: https://gitea.com/actions/release-action@main - # with: - # files: |- - # bin/** - # api_key: '${{secrets.RELEASE_TOKEN}}' + - name: Release binaries + uses: https://gitea.com/actions/release-action@main + with: + files: |- + bin/** + api_key: '${{secrets.RELEASE_TOKEN}}'