We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acf344 commit 1793cadCopy full SHA for 1793cad
.github/workflows/android-debug-artifact-ondemand.yml
@@ -29,13 +29,6 @@ jobs:
29
echo "::set-output name=repo_name::${{ fromJson(steps.request.outputs.data).head.repo.full_name }}"
30
echo "::set-output name=repo_clone_url::${{ fromJson(steps.request.outputs.data).head.repo.clone_url }}"
31
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
39
- name: Checkout PR Branch
40
uses: actions/checkout@v4
41
with:
0 commit comments