DEBUG CW-482 revert Workflow change

This commit is contained in:
Konstantin Ullrich 2023-09-12 14:33:01 +02:00
parent 41f3183578
commit 6d68529270
No known key found for this signature in database
GPG key ID: E9562A013280F5DB

View file

@ -130,7 +130,7 @@ jobs:
echo "const chatwootWebsiteToken = '${{ secrets.CHATWOOT_WEBSITE_TOKEN }}';" >> lib/.secrets.g.dart
- name: Rename app
run: echo -e "id=com.cakewallet.debug\nname=$GITHUB_HEAD_REF" > /opt/android/cake_wallet/android/app.properties
run: echo -e "id=com.cakewallet.test\nname=$GITHUB_HEAD_REF" > /opt/android/cake_wallet/android/app.properties
- name: Build
run: |
@ -168,6 +168,6 @@ jobs:
token: ${{ secrets.SLACK_APP_TOKEN }}
path: /opt/android/cake_wallet/build/app/outputs/apk/release/app-release.apk
channel: ${{ secrets.SLACK_APK_CHANNEL }}
title: 'DEBUG ${{github.head_ref}}.apk'
title: '${{github.head_ref}}.apk'
filename: ${{github.head_ref}}.apk
initial_comment: ${{ github.event.head_commit.message }}