mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
bottle on github infra
This commit is contained in:
parent
635af4bcae
commit
2af07cc44b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/bottle.yml
vendored
4
.github/workflows/bottle.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
bottle:
|
bottle:
|
||||||
needs: [get-platform]
|
needs: [get-platform]
|
||||||
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
|
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
|
||||||
runs-on: ${{ fromJson(needs.get-platform.outputs.os) }}
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
srcs: ${{ env.srcs }}
|
srcs: ${{ env.srcs }}
|
||||||
built: ${{ env.built }}
|
built: ${{ env.built }}
|
||||||
|
@ -96,6 +96,7 @@ jobs:
|
||||||
id: bottle-xz
|
id: bottle-xz
|
||||||
with:
|
with:
|
||||||
built: ${{ env.built }}
|
built: ${{ env.built }}
|
||||||
|
platform: ${{ inputs.platform }}
|
||||||
compression: xz
|
compression: xz
|
||||||
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
|
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
|
||||||
env:
|
env:
|
||||||
|
@ -105,6 +106,7 @@ jobs:
|
||||||
id: bottle-gz
|
id: bottle-gz
|
||||||
with:
|
with:
|
||||||
built: ${{ env.built }}
|
built: ${{ env.built }}
|
||||||
|
platform: ${{ inputs.platform }}
|
||||||
compression: gz
|
compression: gz
|
||||||
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
|
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue