diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c656f343..96aff6f1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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 \ No newline at end of file + token: ${{ secrets.github_token }} # Required