This commit is contained in:
John Harker 2020-06-09 01:56:01 +01:00 committed by GitHub
parent 42a85a7190
commit cda2a0e166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,9 +110,8 @@ jobs:
path: ./release # optional
-
name: Load version information
working-directory: ${{ github.workspace }}
run: |
source ./version.properties
source ${{ github.workspace }}/version.properties
echo "::set-env name=VERSION_NAME::$VERSION_NAME"
echo "::set-env name=VERSION_CODE::$VERSION_CODE"
-