Skip to content

Commit

Permalink
fix release android file path
Browse files Browse the repository at this point in the history
  • Loading branch information
minotaur committed Mar 2, 2022
1 parent 20a5c75 commit cf15d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Upload Apk File to release
uses: softprops/action-gh-release@v1
with:
files: minotaur-wallet_*.apk
files: minotaur-wallet-*.apk
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit cf15d66

Please sign in to comment.