Skip to content

Commit 4d295ef

Browse files
committed
fix(ci): Set explicit repo for portable asset upload
1 parent 39f8f71 commit 4d295ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ jobs:
346346
dist/portable/x64/xcodebuildmcp-${{ needs.release.outputs.version }}-darwin-x64.tar.gz.sha256 \
347347
dist/portable/universal/xcodebuildmcp-${{ needs.release.outputs.version }}-darwin-universal.tar.gz \
348348
dist/portable/universal/xcodebuildmcp-${{ needs.release.outputs.version }}-darwin-universal.tar.gz.sha256 \
349-
--clobber
349+
--clobber \
350+
--repo "${{ github.repository }}"
350351
351352
update_homebrew_tap:
352353
if: github.event_name == 'push'

0 commit comments

Comments
 (0)