Fix weekly build

This commit is contained in:
Justin Bassett 2020-10-21 09:00:47 -04:00 committed by GitHub
parent 644d9aa06a
commit d2b7fad484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ jobs:
- name: Check for build need
run: |
commits=$(git log --since="24 hours ago" --oneline | wc -l)
echo "commits=$commits >> $GITHUB_ENV
echo "commits=$commits" >> $GITHUB_ENV
- name: Deploy to Playstore Beta
# Only run if a new commit is present. This should prevent a new beta being created