Skip to content

Commit

Permalink
try to see if it had any effect in the body text in Releases section :P
Browse files Browse the repository at this point in the history
  • Loading branch information
saulfabregwiivc authored Dec 28, 2024
1 parent 54e6dfe commit 9ef362b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
draft: false
prerelease: true
name: "Latest build ${{ steps.short-sha.outputs.sha }}" # SHA variable is ${{ steps.short-sha.outputs.sha }}
body: "This is the latest build as of ${{ env.DATE }}, autogenerated from the most recent commit ${{ steps.short-sha.outputs.sha }}.\n\n
body: "This is the latest build of FriishProduce as of ${{ env.DATE }}, autogenerated from the most recent commit ${{ steps.short-sha.outputs.sha }}.\n\n
**How to update manually:**
\n * Extract the files to your FriishProduce directory, overwriting the older versions, and delete any leftover files or folders that are no longer needed.
\n * It is recommended to also clear your previous settings by deleting the FriishProduce folder in your user's local app data directory.\n\n
Be sure to read [the wiki](https://catmanfan.github.io/friishproduce-wiki/about) for instructions and further details."
token: ${{ secrets.github_token }} # Required
token: ${{ secrets.github_token }} # Required

1 comment on commit 9ef362b

@saulfabregwiivc
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, i first had to delete the release called "Latest build" before i commited this :v

Please sign in to comment.