Skip to content

Commit

Permalink
ci: Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanatagama authored Sep 22, 2023
1 parent 1f8270b commit 42b8dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: release-apk
path: build/app/outputs/apk/release/

- name: Display structure of downloaded files
run: ls -R
Expand All @@ -30,4 +31,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: downloads/app-release-unsigned-signed.apk
files: build/app/outputs/apk/release/app-release.apk

0 comments on commit 42b8dd9

Please sign in to comment.