Skip to content

Commit 891e234

Browse files
committed
upload
1 parent f699710 commit 891e234

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build-bottle.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@ jobs:
9696
if: steps.cache.outputs.cache-hit != 'true'
9797
run: brew install-bundler-gems
9898

99-
- name: Download artifacts
100-
uses: actions/download-artifact@v4
101-
with:
102-
merge-multiple: true
99+
- name: Download artifacts
100+
uses: actions/download-artifact@v4
101+
with:
102+
merge-multiple: true
103103

104-
- run: ls -l
104+
- run: ls -l
105105

106-
- name: Upload bottles
107-
run: brew pr-upload --root-url "$BOTTLE_ROOT_URL" --keep-old --committer "Mislav Marohnić <[email protected]>" --warn-on-upload-failure
108-
env:
109-
HOMEBREW_GITHUB_PACKAGES_USER: mislav
110-
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ secrets.BOTTLE_UPLOAD_TOKEN }}
106+
- name: Upload bottles
107+
run: brew pr-upload --root-url "$BOTTLE_ROOT_URL" --keep-old --committer "Mislav Marohnić <[email protected]>" --warn-on-upload-failure
108+
env:
109+
HOMEBREW_GITHUB_PACKAGES_USER: mislav
110+
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ secrets.BOTTLE_UPLOAD_TOKEN }}
111111

112-
- run: git log -p origin/HEAD..
112+
- run: git log -p origin/HEAD..

0 commit comments

Comments
 (0)