Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Aug 24, 2024
1 parent 9acf344 commit 1793cad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/android-debug-artifact-ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1793cad

Please sign in to comment.