Skip to content

Commit

Permalink
Update BuildRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiserdragon2 committed Jul 27, 2024
1 parent be8fb8c commit 7abfafa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/BuildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
name=$(echo $name | tr '\n' ' ')
image="![releaseImage](https://github.com/Kaiserdragon2/Arcticons/blob/$GITHUB_REF_NAME/generated/releaseImage.jpg)"
changelog=$(< ./generated/changelog.md)
changelog="$changelog
$image"
changelog="$changelog
$image"
gh release create $GITHUB_REF_NAME --generate-notes --title "$name" --notes "$changelog" --discussion-category "Announcements" app/build/outputs/apk/normal/release/*.apk app/build/outputs/apk/black/release/*.apk app/build/outputs/apk/dayNight/release/*.apk app/build/outputs/apk/you/release/*.apk
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 7abfafa

Please sign in to comment.