mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
ensure we get the deps for this
This commit is contained in:
parent
5745f786da
commit
5d27c7e5fe
14
.github/workflows/bottle.yml
vendored
14
.github/workflows/bottle.yml
vendored
|
@ -51,6 +51,13 @@ jobs:
|
|||
with:
|
||||
prefix: ${{ github.workspace }}/.pkgx
|
||||
|
||||
- run: |
|
||||
echo $GPG_PRIVATE_KEY | \
|
||||
base64 -d | \
|
||||
pkgx +gnupg.org gpg --import --batch --yes
|
||||
env:
|
||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
if: ${{ inputs.new-version }}
|
||||
with:
|
||||
|
@ -85,13 +92,6 @@ jobs:
|
|||
done
|
||||
working-directory: ${{ github.workspace }}/.pkgx
|
||||
|
||||
- run: |
|
||||
echo $GPG_PRIVATE_KEY | \
|
||||
base64 -d | \
|
||||
pkgx +gnupg.org gpg --import --batch --yes
|
||||
env:
|
||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
|
||||
- uses: pkgxdev/brewkit/actions/bottle@v0
|
||||
id: bottle-xz
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue