Skip to content

Commit

Permalink
push artifacts based on node version
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Apr 1, 2024
1 parent dd0c7f3 commit 1934f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/authzed-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
working-directory: ./js-dist
- uses: actions/upload-artifact@v4
with:
name: js-client
name: js-client-${{ matrix.node-version }}
path: |
js-dist/**
!js-dist/node_modules/**
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Download js client build
uses: actions/download-artifact@v4
with:
name: js-client
name: js-client-18
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 1934f88

Please sign in to comment.