Skip to content

Commit

Permalink
create android build test 42
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-mcneil-melville committed Jan 19, 2025
1 parent dd6f1ec commit ddee5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
- name: Create the Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ steps.tag.outputs.TAG }}.apk
path: ./client/packages\android\app\build\outputs\apk\release\
name: Open_mSupply_Android_${{ steps.tag.outputs.TAG }}
path: ./client/packages/android/app/build/outputs/apk/release/
retention-days: 3

outputs:
Expand Down

0 comments on commit ddee5e2

Please sign in to comment.