Skip to content

Commit

Permalink
Update and rename test.yml to Pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxerPanda authored Aug 23, 2024
1 parent eb984f2 commit 48f2bd0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Latest Unstable APK
name: Build Pre-release

on:
workflow_dispatch:
Expand Down Expand Up @@ -52,6 +52,9 @@ jobs:
VERSION_NAME=$(grep versionName app/build.gradle.kts | sed 's/versionName = //;s/"//g' | xargs)
echo "version_name=$VERSION_NAME" >> $GITHUB_OUTPUT
- name: Rename APK
run: mv ${{steps.sign_app.outputs.signedReleaseFile}} app/build/outputs/apk/release/Short_Message_Service_v${{ steps.extract_version.outputs.version_name }}.apk

- name: Create and Upload Release
id: create_release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 48f2bd0

Please sign in to comment.