From 43108ec4a6fb529d59f7a4a49384547fe1dc7e54 Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Sat, 5 Jul 2025 08:35:58 +0200 Subject: [PATCH] remove ls step in release --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79ed9616..2c819820 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,12 +102,6 @@ jobs: run: | make ${{ matrix.target }} Configuration=Release Flavor=${{ matrix.flavor }} - - name: List files - shell: bash - run: | - ls src/keepass2android-app/bin/Release/net8.0-android/publish/*.apk - ls src/keepass2android-app/bin/Release/net8.0-android/*/publish/*.apk - - name: Archive production artifacts uses: actions/upload-artifact@v4 with: