feat(cli): fail the pipeline if artifacts not been built

This commit is contained in:
LongYinan 2021-12-02 13:10:17 +08:00
parent 809350b42f
commit 5f222038d3
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -172,6 +172,7 @@ jobs:
with: with:
name: bindings-\${{ matrix.settings.target }} name: bindings-\${{ matrix.settings.target }}
path: \${{ env.APP_NAME }}.*.node path: \${{ env.APP_NAME }}.*.node
if-no-files-found: error
build-freebsd: build-freebsd:
runs-on: macos-10.15 runs-on: macos-10.15
@ -221,6 +222,7 @@ jobs:
with: with:
name: bindings-freebsd name: bindings-freebsd
path: \${{ env.APP_NAME }}.*.node path: \${{ env.APP_NAME }}.*.node
if-no-files-found: error
test-macOS-windows-binding: test-macOS-windows-binding:
name: Test bindings on \${{ matrix.settings.target }} - node@\${{ matrix.node }} name: Test bindings on \${{ matrix.settings.target }} - node@\${{ matrix.node }}