Skip to content

Commit

Permalink
Ubah Lagi
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Sep 10, 2024
1 parent c362552 commit af2c0d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit af2c0d1

Please sign in to comment.