Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
feat: updated code
  • Loading branch information
emb-gunashe authored Oct 24, 2024
1 parent 20c9d31 commit dbe14ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: List APK directory contents
run: ls -la app/build/outputs/apk/release/

- name: Create artifacts directory
run: mkdir -p ${{ github.workspace }}/artifacts

- name: Debugging step
run: |
echo "Current directory: $(pwd)"
Expand All @@ -45,9 +48,6 @@ jobs:
ls -la ${{ github.workspace }}
echo "Listing artifacts directory:"
ls -la ${{ github.workspace }}/artifacts
- name: Create artifacts directory
run: mkdir -p ${{ github.workspace }}/artifacts
- name: Copy APK to artifacts directory
run: cp app/build/outputs/apk/release/app-release-unsigned.apk ${{ github.workspace }}/artifacts/
Expand Down

0 comments on commit dbe14ba

Please sign in to comment.