Update prerelease.yml

This commit is contained in:
Arjix 2021-08-20 00:53:37 +03:00 committed by GitHub
parent c2479deabb
commit 6f1d5ac890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ jobs:
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Change icon color for prerelease
run: |
sed -i "s/#3242D3/#3DDC84/" app/src/main/res/values/ic_launcher_background.xml
- name: Update prerelease_commit_hash
run: |
COMMIT_HASH="$(git log -1 --format='%H')"