Fix CI
apk / build (push) Failing after 1m32s Details

This commit is contained in:
Michel Roux 2023-07-30 21:24:24 +02:00
parent e01d8c1813
commit cef8416d5c
1 changed files with 1 additions and 1 deletions

View File

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