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'