Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxerPanda authored Aug 23, 2024
1 parent b38d759 commit 4f09cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Extract version from build.gradle
id: extract_version
run: |
VERSION_NAME=$(grep versionName app/build.gradle.kts | sed 's/versionName //;s//')
VERSION_NAME=$(grep versionName app/build.gradle.kts | sed 's/versionName //"//;s/"//')
echo "VERSION_NAME=$VERSION_NAME"
Expand Down

0 comments on commit 4f09cad

Please sign in to comment.