still need to bottle from bottle-pr

This commit is contained in:
Jacob Heider 2023-04-29 21:51:06 -04:00
parent d0afeaf2f4
commit d88e437db7
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -34,7 +34,7 @@ jobs:
bottle:
needs: [get-platform]
if: ${{ needs.get-platform.outputs.available != '' }}
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
runs-on: ${{ fromJson(needs.get-platform.outputs.os) }}
outputs:
srcs: ${{ env.srcs }}
@ -125,7 +125,7 @@ jobs:
upload:
needs: [get-platform, bottle]
if: ${{ needs.get-platform.outputs.available != '' }}
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
runs-on: ubuntu-latest
steps:
- uses: teaxyz/brewkit/actions/setup-brewkit@v0