Skip to content

Commit

Permalink
fix: create release notes dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 authored Aug 22, 2021
1 parent eb8f416 commit 00760c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
KEY_ALIAS: upload
STORE_FILE: upload-keystore.jks

- run: mkdir whatsnew && echo "${{ github.event.release.body }}" > whatsnew/whatsnew-en-US
- run: mkdir whatsnew
- run: echo "${{ github.event.release.body }}" > whatsnew/whatsnew-en-US
if: github.event_name == 'release'

- uses: r0adkll/upload-google-play@v1
Expand Down

0 comments on commit 00760c7

Please sign in to comment.