Skip to content

Commit 2e8b7bc

Browse files
committed
Increment version and update release workflow
This commit increments the version in `version.txt` from `1.0.0` to `1.0.1`. It also updates the `.github/workflows/release.yml` file to change the uploaded APK filename in the release step from `app-release.apk` to `app-release-unsigned.apk`.
1 parent 184ae93 commit 2e8b7bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
tag_name: "v${{ steps.version.outputs.version_name }}"
5959
name: "v${{ steps.version.outputs.version_name }}"
6060
body: ${{ steps.changelog.outputs.changelog }}
61-
files: app/build/outputs/apk/release/app-release.apk
61+
files: app/build/outputs/apk/release/app-release-unsigned.apk
6262

6363
- name: Upload APK as Artifact
6464
uses: actions/upload-artifact@v4

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)