Skip to content

Commit

Permalink
CI: Correctly rename release APK packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Nov 20, 2024
1 parent 6521fbc commit e7cacbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
awk -f .github/changelog-last-content.awk CHANGELOG.md > release-notes.md
eval "$(bash .github/changelog-last-version.sh CHANGELOG.md | tee -a "$GITHUB_OUTPUT")"
for item in minibrowser mediaplayer webdriver ; do
mv -vf "$item-Debug/debug/$item-debug.apk" \
"wpe-android-$item-${{ steps.changelog.outputs.RELEASE_WPE_WEBKIT_VERSION }}-${{ steps.changelog.output.RELEASE_WPE_ANDROID_VERSION }}.apk"
mv -vf "$item-Debug/debug/$item-debug.apk" "wpe-android-$item-$RELEASE_WPE_WEBKIT_VERSION-$RELEASE_WPE_ANDROID_VERSION.apk"
done
- name: Delete Artifacts
uses: geekyeggo/delete-artifact@v5
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ All notable changes to this project will be documented in this file.

### Changed

- WPE WebKit updated to
[version 2.46.3](https://wpewebkit.org/release/wpewebkit-2.46.3.html).
- WPE WebKit updated to [version 2.46.3](https://wpewebkit.org/release/wpewebkit-2.46.3.html).

0 comments on commit e7cacbc

Please sign in to comment.