Skip to content

Commit

Permalink
add download for artifact // only build on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Oct 11, 2023
1 parent 22cfe34 commit af2be43
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: release_on_${{ matrix.os }}
name: release_on_${{ matrix.os }}_node_${{ matrix.node-version }}
path: dist/
retention-days: 5
retention-days: 5
- name: Download a single artifact
uses: actions/download-artifact@v3
with:
name: release_on_${{ matrix.os }}_node_${{ matrix.node-version }}
path: dist/

0 comments on commit af2be43

Please sign in to comment.