github_workspace
This commit is contained in:
parent
11b810fe72
commit
ab498cc8ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -36,8 +36,8 @@ jobs:
|
|||
ls -al
|
||||
git rev-parse --is-inside-work-tree
|
||||
git secret reveal
|
||||
chmod u+x $CI_PROJECT_DIR/gradlew
|
||||
export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -p $CI_PROJECT_DIR -q printVersionName --console=plain | tail -1)
|
||||
chmod u+x $GITHUB_WORKSPACE/gradlew
|
||||
export BUILD_VERSION=$($GITHUB_WORKSPACE/gradlew -p $GITHUB_WORKSPACE -q printVersionName --console=plain | tail -1)
|
||||
env:
|
||||
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue