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')