Skip to content

Commit 1793cad

Browse files
committed
chore: remove comment
1 parent 9acf344 commit 1793cad

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/android-debug-artifact-ondemand.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ jobs:
2929
echo "::set-output name=repo_name::${{ fromJson(steps.request.outputs.data).head.repo.full_name }}"
3030
echo "::set-output name=repo_clone_url::${{ fromJson(steps.request.outputs.data).head.repo.clone_url }}"
3131
echo "::set-output name=repo_ssh_url::${{ fromJson(steps.request.outputs.data).head.repo.ssh_url }}"
32-
# - name: Generate temporary output
33-
# run: |
34-
# mkdir -p app/build/outputs/apk/fdroid/debug/
35-
# echo "app-fdroid-debug" >> app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk
36-
#
37-
# mkdir -p app/build/outputs/apk/play/debug/
38-
# echo "app-play-debug" >> app/build/outputs/apk/play/debug/app-play-debug.apk
3932
- name: Checkout PR Branch
4033
uses: actions/checkout@v4
4134
with:

0 commit comments

Comments
 (0)