Skip to content

Commit

Permalink
fix sample app artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Apr 26, 2024
1 parent ced1746 commit f4843d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
artifactErrorsFailBuild: true
prerelease: false
tag: ${{ github.ref }}
artifacts: sample/androidApp/build/outputs/apk/release/pro.respawn.flowmvi.sample.apk
artifacts: sample/build/outputs/apk/release/pro.respawn.flowmvi.sample.apk
body: ${{steps.build_changelog.outputs.changelog}}
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit f4843d4

Please sign in to comment.