Skip to content

Commit

Permalink
Merge pull request #19 from pyronear/create-release-apk-in-ci
Browse files Browse the repository at this point in the history
Fix path output artefact
  • Loading branch information
camcamBoir authored Apr 11, 2024
2 parents 1217418 + 29226df commit 2491dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- create-release-apk-in-ci

jobs:
build:
Expand All @@ -29,5 +30,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: ./PyroApp/android/app/build/outputs/apk/debug/app-release.apk
path: ./PyroApp/android/app/build/outputs/apk/release/app-release.apk
retention-days: 30

0 comments on commit 2491dbc

Please sign in to comment.