From 09eda47d80c63ee731c8bc7da2b038ae32fb03e2 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 30 Jun 2023 14:26:41 +0000 Subject: [PATCH] Fix CI --- .gitea/workflows/apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/apk.yml b/.gitea/workflows/apk.yml index 75987a8..6bc3b2d 100644 --- a/.gitea/workflows/apk.yml +++ b/.gitea/workflows/apk.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - run: curl -sSL -u "$USERNAME:$PASSWORD" -o app/$STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE - run: sh gradlew build bundleRelease assembleRelease --no-daemon - - uses: https://gitea.com/actions/release-action@main + - uses: Xefir/gitea-release-action@main if: startsWith(gitea.ref, 'refs/tags') with: files: |