mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update prerelease.yml
This commit is contained in:
parent
c2479deabb
commit
6f1d5ac890
1 changed files with 3 additions and 0 deletions
3
.github/workflows/prerelease.yml
vendored
3
.github/workflows/prerelease.yml
vendored
|
@ -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')"
|
||||
|
|
Loading…
Reference in a new issue