Skip to content

Commit

Permalink
[Patch] Android CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Aug 16, 2021
1 parent 9b95fcf commit fda0910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
id: versions
shell: pwsh
run: |
echo '::set-output name=TAG_NAME::$(echo ((findstr /L VERSION_NAME "${{github.workspace}}\XClipper.Android\buildSrc\src\main\java\AndroidConfig.kt").Split("=")[1].Trim().Replace('"',"")))'
$tag = (findstr /L VERSION_NAME "${{github.workspace}}\XClipper.Android\buildSrc\src\main\java\AndroidConfig.kt").Split("=")[1].Trim().Replace('"',"")
echo "Version is $tag"
echo "::set-output name=TAG_NAME::$tag"
- run: |
cd XClipper.Android
chmod +x gradlew
Expand Down

0 comments on commit fda0910

Please sign in to comment.