diff --git a/.github/workflows/build-bottle.yml b/.github/workflows/build-bottle.yml index 335d090..c25ae19 100644 --- a/.github/workflows/build-bottle.yml +++ b/.github/workflows/build-bottle.yml @@ -96,17 +96,17 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: brew install-bundler-gems - - name: Download artifacts - uses: actions/download-artifact@v4 - with: - merge-multiple: true + - name: Download artifacts + uses: actions/download-artifact@v4 + with: + merge-multiple: true - - run: ls -l + - run: ls -l - - name: Upload bottles - run: brew pr-upload --root-url "$BOTTLE_ROOT_URL" --keep-old --committer "Mislav Marohnić " --warn-on-upload-failure - env: - HOMEBREW_GITHUB_PACKAGES_USER: mislav - HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ secrets.BOTTLE_UPLOAD_TOKEN }} + - name: Upload bottles + run: brew pr-upload --root-url "$BOTTLE_ROOT_URL" --keep-old --committer "Mislav Marohnić " --warn-on-upload-failure + env: + HOMEBREW_GITHUB_PACKAGES_USER: mislav + HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ secrets.BOTTLE_UPLOAD_TOKEN }} - - run: git log -p origin/HEAD.. + - run: git log -p origin/HEAD..