Add installDist step before release step.
All checks were successful
Ssg Check, Publish, and Release / ci (push) Successful in 2m50s

This commit is contained in:
Jesse Brault 2025-06-30 19:47:27 -05:00
parent 1826b9bc58
commit e97381687a

View File

@ -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: |-