Skip to content

Commit

Permalink
Fix release artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Sep 14, 2023
1 parent 9c21cac commit cde2dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Upload to release
uses: Shopify/[email protected]
with:
name: Heart-Rate-${{ github.event.release.tag_name }}.apk
name: Trail-Sense-${{ github.event.release.tag_name }}-dev.apk
path: ./app/build/outputs/apk/dev/app-dev.apk
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cde2dfe

Please sign in to comment.