Skip to content

Commit

Permalink
fix: update for universal asset
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored Jul 9, 2024
1 parent c8df395 commit 27ae032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/products/sgid/address/api-client.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const page: IPageMetadata = {
{
title: 'UGRC API Client for MacOS',
url:
releaseMetadata.assets.find((asset) => asset.name.includes('arm64.dmg'))?.browser_download_url ??
releaseMetadata.assets.find((asset) => asset.name.includes('universal.dmg'))?.browser_download_url ??
'https://github.com/agrc/api-client/releases',
},
],
Expand Down

0 comments on commit 27ae032

Please sign in to comment.