Skip to content

Commit

Permalink
test98
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 23, 2023
1 parent 3bed265 commit d8c7657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setting environment variables for date, ads, unity, and version
run: >
echo "DATE_TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
echo "GIT_TAG=$(grep -E "versionName\s*=?\s*['\"]" "app/build.gradle.kts" | awk -F"['\"]" '{print $2}')" >> $GITHUB_ENV
# echo "DATE_TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
# echo "GIT_TAG=$(grep -E "versionName\s*=?\s*['\"]" "app/build.gradle.kts" | awk -F"['\"]" '{print $2}')" >> $GITHUB_ENV
echo "IAP_NO_ADS=${{ secrets.IAP_NO_ADS }}" >> ./local.properties
echo "PLACEMENT_BANNER_1=${{ secrets.PLACEMENT_BANNER_1 }}" >> local.properties
echo "PLACEMENT_BANNER_2=${{ secrets.PLACEMENT_BANNER_2 }}" >> local.properties
Expand Down

0 comments on commit d8c7657

Please sign in to comment.