Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 authored Jul 18, 2024
1 parent 29d4ab9 commit 2fedb8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
run: ./gradlew assembleRelease bundleRelease --stacktrace

- name: List files
run: ls

- name: Print
run: pwd

- name: Upload APK to Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2fedb8c

Please sign in to comment.