Skip to content

Commit

Permalink
Update CICD pipeline: add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Nov 14, 2024
1 parent fdae323 commit 1e66ec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
prerelease: true
tag_name: dev-${{ github.run_id }}
release_name: PreRelease dev-${{ github.run_id }}
- name: List files
run: |
ls -l
ls -l apk
- name: Upload Release APK
id: upload_release_asset
uses: actions/[email protected]
Expand Down

0 comments on commit 1e66ec5

Please sign in to comment.