This commit is contained in:
John Harker 2020-06-09 02:23:38 +01:00 committed by GitHub
parent 9404bafc11
commit 6f0834cc97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ jobs:
-
name: Load version information
run: |
source ${{ github.workspace }}/version.properties
source ./version.properties
echo "::set-env name=VERSION_NAME::$VERSION_NAME"
echo "::set-env name=VERSION_CODE::$VERSION_CODE"
-