From cef8416d5c3c6639a45517044aacc26e006c787e Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 30 Jul 2023 21:24:24 +0200 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 23cc437..de9a562 100644 --- a/.gitea/workflows/apk.yml +++ b/.gitea/workflows/apk.yml @@ -10,7 +10,7 @@ jobs: with: go-version: '>=1.20.1' - 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: curl -sSL -u "$USERNAME:$PASSWORD" -o ShareWithTitle/$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 if: startsWith(gitea.ref, 'refs/tags')