Skip to content

Commit 2651d81

Browse files
authored
Set --remote_download_outputs=toplevel when building release archive (#3274)
Step that computes integrity was failing since the files weren't being downloaded. Tested it with https://github.com/MobileNativeFoundation/rules_xcodeproj/actions/runs/21839909776/job/63021128417 Signed-off-by: Adin Cebic <cebic.ad@gmail.com>
1 parent dfbf58f commit 2651d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
bazel build \
5454
--config=cache \
5555
--remote_header="x-buildbuddy-api-key=${BUILDBUDDY_RBE_API_KEY}" \
56+
--remote_download_outputs=toplevel \
5657
//distribution:release
5758
5859
- name: Compute integrity

0 commit comments

Comments
 (0)