Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: include CPU arch in release assets names #368

Merged
merged 1 commit into from
Jul 20, 2023
Merged

CI: include CPU arch in release assets names #368

merged 1 commit into from
Jul 20, 2023

Conversation

cfbao
Copy link
Member

@cfbao cfbao commented Jul 20, 2023

Why

In the future we'll likely want to add ARM builds, and it'd be good to not break the naming pattern (and existing automated processes) when we do.

@@ -112,12 +112,12 @@ jobs:
working-directory: src/D2L.Bmx/build
run: |
if ($env:PLATFORM -eq 'win') {
Compress-Archive -Path "bmx.exe" -DestinationPath "bmx-win.zip"
gh release upload "$env:RELEASE_TAG" "bmx-win.zip"
Compress-Archive -Path "bmx.exe" -DestinationPath "bmx-win-x64.zip"
Copy link
Member Author

Choose a reason for hiding this comment

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

decided against x86-64 because the hyphen can be confusing.
also .NET uses x64 in RIDs.

@cfbao cfbao marked this pull request as ready for review July 20, 2023 17:40
@cfbao cfbao merged commit 9f26a2e into main Jul 20, 2023
8 checks passed
@cfbao cfbao deleted the arch-name branch July 20, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants