mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
oops
This commit is contained in:
parent
18086acb4e
commit
7bb3342d56
2
.github/workflows/bottle.yml
vendored
2
.github/workflows/bottle.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
needs: [get-platform]
|
||||
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: ${{ needs.get-platform.outputs.os }}
|
||||
runs-on: ${{ fromJson(needs.get-platform.outputs.os) }}
|
||||
outputs:
|
||||
srcs: ${{ env.srcs }}
|
||||
built: ${{ env.built }}
|
||||
|
|
Loading…
Reference in a new issue