mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
tweak workflows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user