From 8879e5095ecd04f98d7b441c09b9c5b0eea3a18b Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 25 Jul 2023 14:47:14 +0000 Subject: [PATCH] Use gitea release main version --- .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 6bc3b2d..75987a8 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: Xefir/gitea-release-action@main + - uses: https://gitea.com/actions/release-action@main if: startsWith(gitea.ref, 'refs/tags') with: files: |