From 5631eddb954c3ed73adb7266840e3e0f3a7c27fd Mon Sep 17 00:00:00 2001 From: rosuH Date: Sun, 14 Jul 2024 22:14:00 +0800 Subject: [PATCH] chore: update publish.yml to improve job names (#318) # GENERATE BY https://aicommit.app --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e1989ef..a26bfd02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: repository: ${{ github.repository }} excludes: prerelease, draft token: ${{ secrets.GITHUB_TOKEN }} - - name: test + - name: Print Latest Release run: echo ${{ steps.fetchLatestRelease.outputs.release }} - name: Prepare Release Artifact uses: dsaltares/fetch-gh-release-asset@master @@ -25,7 +25,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@master with: file: 'mapping.txt' - - name: test + - name: List files run: ls -l - name: Upload Android Release to Play Store uses: r0adkll/upload-google-play@v1.1.3