Commit 5181eb3 1 parent c13a350 commit 5181eb3 Copy full SHA for 5181eb3
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,22 +50,22 @@ jobs:
50
50
run : |
51
51
set -e
52
52
53
- cp app/build/outputs/apk/release/app-release-unsigned-signed.apk progres -${{ env.VERSION_TAG }}.apk
54
- sha=$( sha256sum progres -${{ env.VERSION_TAG }}.apk | awk '\'' { print $1 }'\'')
53
+ cp app/build/outputs/apk/release/app-release-unsigned-signed.apk alm -${{ env.VERSION_TAG }}.apk
54
+ sha=` sha256sum alm -${{ env.VERSION_TAG }}.apk | awk '{ print $1 }'`
55
55
echo "apk-sha256=$sha" >> $GITHUB_ENV'
56
56
57
57
- name : Create release
58
58
uses : softprops/action-gh-release@v1
59
59
with :
60
60
tag_name : ${{ env.VERSION_TAG }}
61
- name : Progres ${{ env.VERSION_TAG }}
61
+ name : Aniyomi Local Manager ${{ env.VERSION_TAG }}
62
62
body : |
63
63
---
64
64
65
65
APK checksum: ${{ env.apk-sha256 }}
66
66
67
67
files : |
68
- progres -${{ env.VERSION_TAG }}.apk
68
+ alm -${{ env.VERSION_TAG }}.apk
69
69
prerelease : false
70
70
draft : true
71
71
env :
You can’t perform that action at this time.
0 commit comments