Attempt #4
This commit is contained in:
parent
42a85a7190
commit
cda2a0e166
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -110,9 +110,8 @@ jobs:
|
||||||
path: ./release # optional
|
path: ./release # optional
|
||||||
-
|
-
|
||||||
name: Load version information
|
name: Load version information
|
||||||
working-directory: ${{ github.workspace }}
|
|
||||||
run: |
|
run: |
|
||||||
source ./version.properties
|
source ${{ github.workspace }}/version.properties
|
||||||
echo "::set-env name=VERSION_NAME::$VERSION_NAME"
|
echo "::set-env name=VERSION_NAME::$VERSION_NAME"
|
||||||
echo "::set-env name=VERSION_CODE::$VERSION_CODE"
|
echo "::set-env name=VERSION_CODE::$VERSION_CODE"
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue