diff --git a/.gitea/workflows/build-publish.yml b/.gitea/workflows/build-publish.yml index 297bb9b..09c4e4a 100644 --- a/.gitea/workflows/build-publish.yml +++ b/.gitea/workflows/build-publish.yml @@ -14,8 +14,6 @@ jobs: echo "Successfully created the following package archive" echo "Package: ${{ steps.makepkg.outputs.pkgfile0 }}" - name: Upload Package Archive - id: use-go-action - uses: https://gitea.com/actions/release-action@main + uses: akkuman/gitea-release-action@v1 with: files: ${{ steps.makepkg.outputs.pkgfile0 }} - api_key: ${{ secrets.APITOKEN_RELEASE }}