Skip to content

Commit

Permalink
Create parent folder for release CI when writing whats new info
Browse files Browse the repository at this point in the history
  • Loading branch information
lihenggui committed Jul 8, 2023
1 parent c6d99d9 commit e519c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Write whats new info
run: |
mkdir -p ${{ github.workspace }}/distribution/whatsnew/whatsnew-en-US/
mkdir -p ${{ github.workspace }}/distribution/whatsnew/
echo '${{ steps.build_changelog.outputs.changelog }}' >> ${{ github.workspace }}/distribution/whatsnew/whatsnew-en-US
- name: Upload built Market apk
Expand Down

0 comments on commit e519c5a

Please sign in to comment.