Skip to content

Commit 5181eb3

Browse files
committed
Fix actions
1 parent c13a350 commit 5181eb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@ jobs:
5050
run: |
5151
set -e
5252
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 }'`
5555
echo "apk-sha256=$sha" >> $GITHUB_ENV'
5656
5757
- name: Create release
5858
uses: softprops/action-gh-release@v1
5959
with:
6060
tag_name: ${{ env.VERSION_TAG }}
61-
name: Progres ${{ env.VERSION_TAG }}
61+
name: Aniyomi Local Manager ${{ env.VERSION_TAG }}
6262
body: |
6363
---
6464
6565
APK checksum: ${{ env.apk-sha256 }}
6666
6767
files: |
68-
progres-${{ env.VERSION_TAG }}.apk
68+
alm-${{ env.VERSION_TAG }}.apk
6969
prerelease: false
7070
draft: true
7171
env:

0 commit comments

Comments
 (0)