From 7b5cece3ef13d2777815ea38939e39875d794c39 Mon Sep 17 00:00:00 2001 From: QiubyZ Date: Wed, 11 Sep 2024 02:24:00 +0800 Subject: [PATCH] Ubah Lagi --- action.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/action.yml b/action.yml index c9986e0..cce528a 100644 --- a/action.yml +++ b/action.yml @@ -38,14 +38,14 @@ runs: run: bash ./gradlew ${{ inputs.gradle_cmd }} --stacktrace shell: bash - - name: Melihat BERKAS REPOSITORY - run: bash ls -la - shell: bash - - - name: MELIHAT BERKAS BUILD - run: bash ls -la ./app/build/outputs/apk/debug/ - shell: bash - + # - name: Melihat BERKAS REPOSITORY + # run: bash ls -la + # shell: bash + # + # - name: MELIHAT BERKAS BUILD + # run: bash ls -la ./app/build/outputs/apk/debug/ + # shell: bash + # - name: Upload APK to Artifacts uses: actions/upload-artifact@v3.1.3 with: