Skip to content

Commit

Permalink
chore: Add Comment to Release Artifact Name
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Jan 24, 2024
1 parent ef00208 commit e91a724
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
key_password: ${{ secrets.SIGNING_KEY_PASSWORD }}
store_password: ${{ secrets.SIGNING_STORE_PASSWORD }}

# this artifact is referenced by f-droid, if the name or path changes the formula of the
# f-droid build also needs to be updated:
# https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/org.eclipse.kuksa.companion.yml
- name: Rename release artefact
run: mv app/build/outputs/apk/release/app-release.apk kuksa_companion_app.apk

Expand Down

0 comments on commit e91a724

Please sign in to comment.