Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh committed Jan 26, 2025
1 parent 65d6943 commit ebe9f76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/development-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: find the artifacts
run: |
echo "current directory: "
pwd
echo "items: "
ls
echo "app/development/release"
ls app/development/release
echo "app/build/outputs/apk/development/release/"
ls app/build/outputs/apk/development/release/
- name: Upload APK to Release
uses: actions/upload-release-asset@v1
with:
Expand Down

0 comments on commit ebe9f76

Please # to comment.