We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb47b3 commit 5631eddCopy full SHA for 5631edd
1 file changed
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
repository: ${{ github.repository }}
16
excludes: prerelease, draft
17
token: ${{ secrets.GITHUB_TOKEN }}
18
- - name: test
+ - name: Print Latest Release
19
run: echo ${{ steps.fetchLatestRelease.outputs.release }}
20
- name: Prepare Release Artifact
21
uses: dsaltares/fetch-gh-release-asset@master
@@ -25,7 +25,7 @@ jobs:
25
26
with:
27
file: 'mapping.txt'
28
+ - name: List files
29
run: ls -l
30
- name: Upload Android Release to Play Store
31
uses: r0adkll/upload-google-play@v1.1.3
0 commit comments