From af2c0d1d151316f4618a3e659581e36b31bba3f6 Mon Sep 17 00:00:00 2001 From: QiubyZ Date: Wed, 11 Sep 2024 02:19:40 +0800 Subject: [PATCH] Ubah Lagi --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index ae7a0d2..c9986e0 100644 --- a/action.yml +++ b/action.yml @@ -38,6 +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: Upload APK to Artifacts uses: actions/upload-artifact@v3.1.3 with: