From 9937a42e58ed8cdde8f27d2560c8f5d0576d9dd5 Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Mon, 1 Jul 2024 18:14:20 +0200 Subject: [PATCH] DROID-2627 App | Tech | Github CI actions for release artefacts --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e6cb2f6b0..e6af1cf7ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,4 +67,5 @@ jobs: aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}} aws_bucket: ${{ secrets.AWS_BUCKET }} endpoint: ${{ secrets.AWS_ENDPOINT }} - source_dir: app/build/outputs/apk/release/release-artefacts/ \ No newline at end of file + source_dir: app/build/outputs/apk/release/release-artefacts/ + destination_dir: "/" \ No newline at end of file