Skip to content

Commit

Permalink
Upload artifacts in a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 28, 2023
1 parent e33831e commit 08cdd65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ jobs:
with:
name: |
bindings-${{ matrix.settings.target }}
path: |
swc*
if-no-files-found: error
# Separate step for fail-fast
- name: Upload minifier artifacts
uses: actions/upload-artifact@v3
with:
name: |
minifier-${{ matrix.settings.target }}
path: |
swc*
Expand Down

0 comments on commit 08cdd65

Please sign in to comment.