Skip to content

Commit 8ed1b03

Browse files
committed
ci(release): keep workflow generic and move highlights to changelog postfix
1 parent 198705d commit 8ed1b03

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/CHANGELOG_POSTFIX.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Highlights
2+
3+
- Added **ViPER Clarity** (Natural, OZone+, XHiFi)
4+
- Added **Field Surround**
5+
- Added **Spectrum Extension**
6+
- Added **ViPER Original 10-band EQ mode**
7+
18
________
29

310
## Available on Google Play & F-Droid

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ jobs:
163163
tag_name: ${{ env.VERSION_TAG }}
164164
name: RootlessJamesDSP ${{ env.VERSION_TAG }}
165165
body: "${{ steps.changelog.outputs.changelog }}   ${{ steps.changelog_post.outputs.contents }}"
166-
#files: |
167-
# app/build/outputs/apk/rootlessFull/${{ env.BUILD_TYPE }}/*-signed.apk
166+
files: |
167+
app/build/outputs/apk/${{ steps.flavor.outputs.lowercase }}Full/${{ env.BUILD_TYPE }}/*-signed.apk
168+
overwrite_files: true
168169
draft: true
169170
prerelease: false
170171
env:

0 commit comments

Comments
 (0)