From 1793cadae48ace9d4b43f7aba9000a52802d5b46 Mon Sep 17 00:00:00 2001 From: VishnuSanal Date: Sat, 24 Aug 2024 16:37:07 +0530 Subject: [PATCH] chore: remove comment --- .github/workflows/android-debug-artifact-ondemand.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/android-debug-artifact-ondemand.yml b/.github/workflows/android-debug-artifact-ondemand.yml index a9f7817c5e..a248ec108b 100644 --- a/.github/workflows/android-debug-artifact-ondemand.yml +++ b/.github/workflows/android-debug-artifact-ondemand.yml @@ -29,13 +29,6 @@ jobs: echo "::set-output name=repo_name::${{ fromJson(steps.request.outputs.data).head.repo.full_name }}" echo "::set-output name=repo_clone_url::${{ fromJson(steps.request.outputs.data).head.repo.clone_url }}" echo "::set-output name=repo_ssh_url::${{ fromJson(steps.request.outputs.data).head.repo.ssh_url }}" -# - name: Generate temporary output -# run: | -# mkdir -p app/build/outputs/apk/fdroid/debug/ -# echo "app-fdroid-debug" >> app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk -# -# mkdir -p app/build/outputs/apk/play/debug/ -# echo "app-play-debug" >> app/build/outputs/apk/play/debug/app-play-debug.apk - name: Checkout PR Branch uses: actions/checkout@v4 with: