mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +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:
|
bottle:
|
||||||
needs: [get-platform]
|
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) }}
|
runs-on: ${{ fromJson(needs.get-platform.outputs.os) }}
|
||||||
outputs:
|
outputs:
|
||||||
srcs: ${{ env.srcs }}
|
srcs: ${{ env.srcs }}
|
||||||
|
@ -125,7 +125,7 @@ jobs:
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
needs: [get-platform, bottle]
|
needs: [get-platform, bottle]
|
||||||
if: ${{ needs.get-platform.outputs.available != '' }}
|
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: teaxyz/brewkit/actions/setup-brewkit@v0
|
- uses: teaxyz/brewkit/actions/setup-brewkit@v0
|
||||||
|
|
Loading…
Reference in a new issue