Skip to content

Commit

Permalink
chore: update publish.yml to improve job names (#318)
Browse files Browse the repository at this point in the history
# GENERATE BY https://aicommit.app
  • Loading branch information
rosuH authored Jul 14, 2024
1 parent bcb47b3 commit 5631edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 5631edd

Please sign in to comment.