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 af2c0d1 commit 7b5cece
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 7b5cece

Please sign in to comment.