Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed Sep 18, 2023
1 parent a58ceef commit 6a6ff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: ./gradlew :app:signingReport

- name: Get versionName
run: sed -En 's/\s*versionName\s+"([^"]*)"/version=\1/p' app/build.gradle | tee $GITHUB_OUTPUT
run: sed -En 's/\s*versionName\s*[=\s]\s*"([^"]*)"/version=\1/p' app/build.gradle* | tee $GITHUB_OUTPUT
id: get_version

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6a6ff5a

Please sign in to comment.