Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Apr 17, 2024
1 parent cacd592 commit 6978dbf
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 @@ -95,7 +95,7 @@ jobs:
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
artifacts: sample/androidApp/build/outputs/apk/release/androidApp-release-unsigned.apk
artifacts: sample/androidApp/build/outputs/apk/release/*
body: ${{steps.build_changelog.outputs.changelog}}
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 6978dbf

Please sign in to comment.