Skip to content

Commit

Permalink
Added mkdir -p MAPBOX_DOWNLOADS_TOKEN=
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Mar 6, 2022
1 parent 2c68c1c commit 136ab77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
distribution: 'zulu'
java-version: '11'

- run: echo MAPBOX_DOWNLOADS_TOKEN=$MAPBOX_DOWNLOAD_TOKEN > ~/.gradle/gradle.properties
- run: |
mkdir -p ~/.gradle/
echo MAPBOX_DOWNLOADS_TOKEN=$MAPBOX_DOWNLOAD_TOKEN > ~/.gradle/gradle.properties
working-directory: example
env:
MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.MAPBOX_DOWNLOAD_TOKEN }}
Expand Down

0 comments on commit 136ab77

Please sign in to comment.