Skip to content

Commit aeab531

Browse files
committed
Fix macos-build name
1 parent f6677be commit aeab531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,12 @@ jobs:
409409
410410
on_arm do
411411
url "https://github.com/git-mastery/cli/releases/download/${GITHUB_REF_NAME}/gitmastery-arm64"
412-
sha256 "${{ needs.build.outputs.sha256-arm64 }}"
412+
sha256 "${{ needs.macos-build.outputs.sha256-arm64 }}"
413413
end
414414
415415
on_intel do
416416
url "https://github.com/git-mastery/cli/releases/download/${GITHUB_REF_NAME}/gitmastery-amd64"
417-
sha256 "${{ needs.build.outputs.sha256-amd64 }}"
417+
sha256 "${{ needs.macos-build.outputs.sha256-amd64 }}"
418418
end
419419
420420
def install

0 commit comments

Comments
 (0)