Skip to content

Commit

Permalink
Fix release note generation in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Jan 12, 2025
1 parent 85601a7 commit 7d1aaf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
echo -e "Linux Flatpak Release on Flathub as io.github.streetpea.Chiaki4deck\n" > release_notes.md
echo -e "Use brew to manage updates for the MacOS release with:\n" >> release_notes.md
echo -e "\`brew install --cask streetpea/streetpea/chiaki-ng\`\n" >> release_notes.md
echo -e "Use winget to manage updates for the Windows release with:\n" >> release_notes.md"
echo -e "\`winget install --id=StreetPea.chiaki-ng -e\`\n >> release_notes.md"
echo -e "Use chocolatey to manage updates for the Windows release with:\n" >> release_notes.md"
echo -e "\`choco install chiaki-ng\`\n\n" >> release_notes.md"
echo -e "Use winget to manage updates for the Windows release with:\n" >> release_notes.md
echo -e "\`winget install --id=StreetPea.chiaki-ng -e\`\n" >> release_notes.md
echo -e "Use chocolatey to manage updates for the Windows release with:\n" >> release_notes.md
echo -e "\`choco install chiaki-ng\`\n\n" >> release_notes.md
echo -e "Windows Release (x86_64), MacOS Release (arm64 and x86_64), and Linux Appimage Release (arm64 and x86_64) attached.\n" >> release_notes.md
echo -e "Note: Pipewire required for appimage. For Linux, pipewire is required for DualSense haptics.\nFor flatpak, you can run with \`--env=SDL_AUDIODRIVER=pulse\` to use pulse instead of pipewire if you really want that (doing this means DualSense haptics won't work)\n" >> release_notes.md
echo -e "Note2: Appimage requires the following libraries to be installed on your system (these files need to be the correct ones for your system to work properly so can't be packaged with the appimage):\n\`\`\`\nlibhidapi\nlibvulkan\nlibva\n\`\`\`\n" >> release_notes.md
Expand Down

0 comments on commit 7d1aaf2

Please sign in to comment.