Skip to content

Commit

Permalink
Add log for artifact creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 27, 2024
1 parent 82ec9b4 commit 108df86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI
env:
DEBUG: napi:*
APP_NAME: rollup
MACOSX_DEPLOYMENT_TARGET: '10.13'

on:
Expand Down Expand Up @@ -262,11 +261,14 @@ jobs:
path: ${{ matrix.settings.path }}
if-no-files-found: error
if: ${{ matrix.settings.is-wasm-build }}
- name: List napi artifacts
run: ls -l ${{ github.workspace }}/rollup.*.node
if: ${{ !matrix.settings.is-wasm-build }}
- name: Upload napi artifact
uses: actions/upload-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path: ${{ env.APP_NAME }}.*.node
path: rollup.*.node
if-no-files-found: error
if: ${{ !matrix.settings.is-wasm-build }}

Expand Down

0 comments on commit 108df86

Please sign in to comment.