can't bottle gpg since it gets in the pkgx tree and must match arch/plat

This commit is contained in:
Jacob Heider 2023-11-11 19:29:02 -05:00
parent 429ca42292
commit 18086acb4e
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -38,7 +38,8 @@ jobs:
bottle:
needs: [get-platform]
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ${{ needs.get-platform.outputs.os }}
outputs:
srcs: ${{ env.srcs }}
built: ${{ env.built }}
@ -85,7 +86,6 @@ jobs:
working-directory: ${{ github.workspace }}/.pkgx
- run: |
pkgx +gnupg.org gpg-agent --daemon || true
echo $GPG_PRIVATE_KEY | \
base64 -d | \
pkgx +gnupg.org gpg --import --batch --yes
@ -158,7 +158,7 @@ jobs:
with:
qa: ${{ inputs.new-version }}
pkgs: ${{ needs.bottle.outputs.built }} ${{ needs.bottle.outputs.built }}
srcs: '~'
srcs: "~"
bottles: ${{ env.bottles }}
checksums: ${{ env.checksums }}
signatures: ${{ env.signatures }}