Skip to content

Commit

Permalink
CI: List exactly which APK files to publish, fail if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Nov 20, 2024
1 parent e7cacbc commit 02e2f1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ jobs:
tag_name: "${{ steps.changelog.outputs.RELEASE_WPE_ANDROID_VERSION }}"
draft: ${{ inputs.draftRelease }}
body_path: release-notes.md
fail_on_unmatched_files: true
files: |
wpe-android-*-${{ steps.changelog.outputs.RELEASE_WPE_WEBKIT_VERSION }}-${{ steps.changelog.output.RELEASE_WPE_ANDROID_VERSION }}.apk
wpe-android-minibrowser-${{ steps.changelog.outputs.RELEASE_WPE_WEBKIT_VERSION }}-${{ steps.changelog.outputs.RELEASE_WPE_ANDROID_VERSION }}.apk
wpe-android-mediaplayer-${{ steps.changelog.outputs.RELEASE_WPE_WEBKIT_VERSION }}-${{ steps.changelog.outputs.RELEASE_WPE_ANDROID_VERSION }}.apk
wpe-android-webdriver-${{ steps.changelog.outputs.RELEASE_WPE_WEBKIT_VERSION }}-${{ steps.changelog.outputs.RELEASE_WPE_ANDROID_VERSION }}.apk

0 comments on commit 02e2f1b

Please sign in to comment.