File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,17 @@ jobs:
96
96
if : steps.cache.outputs.cache-hit != 'true'
97
97
run : brew install-bundler-gems
98
98
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
103
103
104
- - run : ls -l
104
+ - run : ls -l
105
105
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 }}
111
111
112
- - run : git log -p origin/HEAD..
112
+ - run : git log -p origin/HEAD..
You can’t perform that action at this time.
0 commit comments