moment of truth

This commit is contained in:
Jacob Heider 2024-04-03 17:58:04 -04:00
parent 9f73cb939d
commit bf25647a0b
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6
2 changed files with 10 additions and 10 deletions

View file

@ -65,12 +65,12 @@ jobs:
with:
PKGX_DIR: /opt
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/build@v1
id: build
with:
pkg: ${{ matrix.pkg }}
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/audit@v1
with:
pkg: ${{ steps.build.outputs.pkgspec }}
@ -83,6 +83,6 @@ jobs:
fi
$SUDO rm -rf builds
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/test@v1
with:
pkg: ${{ steps.build.outputs.pkgspec }}

View file

@ -80,7 +80,7 @@ jobs:
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
APPLE_IDENTITY: ${{ secrets.APPLE_IDENTITY }}
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/build@v1
with:
pkg: ${{ inputs.pkg }}
id: build
@ -88,11 +88,11 @@ jobs:
- uses: styfle/cancel-workflow-action@0.12.0
if: steps.build.outputs.noop
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/audit@v1
with:
pkg: ${{ inputs.pkg }}
- uses: pkgxdev/brewkit/upload-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/upload-build-artifact@v1
test:
name: test ${{inputs.tinyname}} ${{ matrix.container || ''}} ${{ matrix.container || '' }} ${{ join(matrix.os, '+') }}
@ -109,10 +109,10 @@ jobs:
steps:
- uses: pkgxdev/setup@v2
- uses: actions/checkout@v4
- uses: pkgxdev/brewkit/download-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/download-build-artifact@v1
with:
pkg: ${{ inputs.pkg }}
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/test@v1
with:
pkg: ${{ inputs.pkg }}
@ -143,14 +143,14 @@ jobs:
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
- uses: pkgxdev/brewkit/download-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/download-build-artifact@v1
id: dl
with:
pkg: ${{ inputs.pkg }}
platform: ${{ inputs.name }}
extract: false
- uses: pkgxdev/brewkit/bottle@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
- uses: pkgxdev/brewkit/bottle@v1
id: bottle
with:
file: ${{ steps.dl.outputs.filename }}