diff --git a/.gitea/workflows/check-publish-release.yml b/.gitea/workflows/check-publish-release.yml index 9ed19ca..8940598 100644 --- a/.gitea/workflows/check-publish-release.yml +++ b/.gitea/workflows/check-publish-release.yml @@ -18,7 +18,9 @@ jobs: run: ./gradlew check - name: Publish to git.jessebrault.com run: ./gradlew publishAllPublicationsToGiteaRepository - - name: Release to git.jessebrault.com + - name: Create install distribution + run: ./gradlew installDist + - name: Release cli to git.jessebrault.com uses: akkuman/gitea-release-action@v1 with: files: |-