Standardize artifact naming with architecture info #1811
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Standardize artifact naming with architecture info
Summary
Addresses inconsistent file naming in the desktop_cd workflow by standardizing artifact names to include OS and architecture information:
hyprnote.dmg→hyprnote-macos-aarch64.dmghyprnote.AppImage→hyprnote-linux-x86_64.AppImageThis naming scheme:
dmg-aarch64,appimage-x86_64)Also adds Linux download support to the web app's changelog pages.
Review & Testing Checklist for Human
hyprnote.dmg,hyprnote.AppImage). The web app now expects new filenames, so old changelog pages may have broken download links unless we backfill or handle this gracefully*.dmg,*.AppImage) in upload-artifact paths, so should be unaffected, but worth confirmingTest Plan
Notes
hyprnote-staging-macos,hyprnote-staging-linux) but this is just the GitHub Actions artifact name, not the actual filename, so it's low risk"appimage-x86_64"to support Linux downloads in the web appSession: https://app.devin.ai/sessions/c0fe4648b75f4001bf05130b899f9647
Requested by: yujonglee (@yujonglee)