From 7d1d8c551d4391335fd9657b7ab5299ce0067f0d Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Thu, 3 Jul 2025 22:11:02 -0500 Subject: [PATCH] Trying another release action. --- .gitea/workflows/check-publish-release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/check-publish-release.yml b/.gitea/workflows/check-publish-release.yml index 8940598..5688e1e 100644 --- a/.gitea/workflows/check-publish-release.yml +++ b/.gitea/workflows/check-publish-release.yml @@ -21,8 +21,6 @@ jobs: - name: Create install distribution run: ./gradlew installDist - name: Release cli to git.jessebrault.com - uses: akkuman/gitea-release-action@v1 + uses: ncipollo/release-action@v1 with: - files: |- - cli/build/distributions/*.tar - cli/build/distributions/*.zip + artifacts: 'cli/build/distributions/*.zip,cli/build/distributions/*.tar'