tweak workflows

This commit is contained in:
adbenitez
2021-11-13 00:16:57 -05:00
parent 5c1e55e61b
commit 06bfce75ea
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,6 +15,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: "📦 Install this apk to test the changes in this pull request:"
format: name
prefix: "**To test the changes in this pull request, install this apk:**"
format: "[📦 {name}]({url})"
addTo: pull
+1 -1
View File
@@ -49,5 +49,5 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v2
with:
name: app.apk
name: preview-app.apk
path: 'build/outputs/apk/gplay/debug/*.apk'