mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
still need to bottle from bottle-pr
This commit is contained in:
parent
d0afeaf2f4
commit
d88e437db7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bottle.yml
vendored
4
.github/workflows/bottle.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue