Skip to content

Commit

Permalink
Update Release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEblan committed Jan 20, 2024
1 parent 2b91e65 commit 637a8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{steps.sign-github-release-apk.outputs.signedReleaseFile}}
asset_name: geto-github-${{ github.ref }}.apk
asset_name: geto-github-${{ github.ref_name }}.apk
asset_content_type: application/vnd.android.package-archive

- name: Upload Fdroid Release APK
Expand All @@ -87,5 +87,5 @@ jobs:
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{steps.sign-fdroid-release-apk.outputs.signedReleaseFile}}
asset_name: geto-fdroid-${{ github.ref }}.apk
asset_name: geto-fdroid-${{ github.ref_name }}.apk
asset_content_type: application/vnd.android.package-archive

0 comments on commit 637a8a5

Please sign in to comment.