Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Build weaver-cli macOS installer package
if: inputs.platform == 'macos'
id: package-weaver-cli-macos
uses: leynos/shared-actions/.github/actions/macos-package@18bed1ca49a6de3d8882bd72635a32ae3f023d57
uses: leynos/shared-actions/.github/actions/macos-package@e0d9b652b137eb15314fff188f09e1ba18d3cc5b
with:
name: weaver-cli
identifier: ${{ env.MAC_IDENTIFIER }}.cli
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Build weaverd macOS installer package
if: inputs.platform == 'macos'
id: package-weaverd-macos
uses: leynos/shared-actions/.github/actions/macos-package@18bed1ca49a6de3d8882bd72635a32ae3f023d57
uses: leynos/shared-actions/.github/actions/macos-package@e0d9b652b137eb15314fff188f09e1ba18d3cc5b
with:
name: weaverd
identifier: ${{ env.MAC_IDENTIFIER }}.daemon
Expand Down
Loading