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 22, 2024
1 parent c509d43 commit 29e3738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
id: extract_version
run: |
# Extract versionCode and versionName from build.gradle
VERSION_CODE=$(grep versionCode app/build.gradle | sed 's/versionCode //')
VERSION_NAME=$(grep versionName app/build.gradle | sed 's/versionName "//;s/"//')
VERSION_CODE=$(grep versionCode app/build.gradle.kts | sed 's/versionCode //')
VERSION_NAME=$(grep versionName app/build.gradle.kts | sed 's/versionName "//;s/"//')
echo "VERSION_CODE=$VERSION_CODE"
echo "VERSION_NAME=$VERSION_NAME"
Expand Down

0 comments on commit 29e3738

Please sign in to comment.