From 2af07cc44b84803af54af2982cd4c13576748060 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 27 Oct 2023 05:56:56 -0400 Subject: [PATCH] bottle on github infra --- .github/workflows/bottle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bottle.yml b/.github/workflows/bottle.yml index aba33854..22c48b22 100644 --- a/.github/workflows/bottle.yml +++ b/.github/workflows/bottle.yml @@ -38,7 +38,7 @@ jobs: bottle: needs: [get-platform] if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }} - runs-on: ${{ fromJson(needs.get-platform.outputs.os) }} + runs-on: ubuntu-latest outputs: srcs: ${{ env.srcs }} built: ${{ env.built }} @@ -96,6 +96,7 @@ jobs: id: bottle-xz with: built: ${{ env.built }} + platform: ${{ inputs.platform }} compression: xz gpg-key-id: ${{ secrets.GPG_KEY_ID }} env: @@ -105,6 +106,7 @@ jobs: id: bottle-gz with: built: ${{ env.built }} + platform: ${{ inputs.platform }} compression: gz gpg-key-id: ${{ secrets.GPG_KEY_ID }} env: