Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Oct 31, 2023
1 parent 1165680 commit a0bbeda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ jobs:
uses: actions/checkout@v4

- name: Get changelog
run: echo "CHANGELOG=$(./.github/scripts/get-changelog.sh)" >> $GITHUB_ENV
run: |
{
echo 'CHANGELOG<<EOF'
./.github/scripts/get-changelog.sh
echo EOF
} >> "$GITHUB_ENV"
- name: Download APK from build
uses: actions/download-artifact@v3
Expand Down

0 comments on commit a0bbeda

Please sign in to comment.