From 06bfce75eae68e3617eb3a519a8db88f59f7a99d Mon Sep 17 00:00:00 2001 From: adbenitez Date: Sat, 13 Nov 2021 00:16:57 -0500 Subject: [PATCH] tweak workflows --- .github/workflows/artifacts.yml | 4 ++-- .github/workflows/preview-apk.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 2ec0a4607..a350e2351 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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 diff --git a/.github/workflows/preview-apk.yml b/.github/workflows/preview-apk.yml index 87692539e..8761cc2ae 100644 --- a/.github/workflows/preview-apk.yml +++ b/.github/workflows/preview-apk.yml @@ -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'