Skip to content

Commit 1934f88

Browse files
committed
push artifacts based on node version
1 parent dd0c7f3 commit 1934f88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/authzed-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
working-directory: ./js-dist
8787
- uses: actions/upload-artifact@v4
8888
with:
89-
name: js-client
89+
name: js-client-${{ matrix.node-version }}
9090
path: |
9191
js-dist/**
9292
!js-dist/node_modules/**
@@ -99,7 +99,7 @@ jobs:
9999
- name: Download js client build
100100
uses: actions/download-artifact@v4
101101
with:
102-
name: js-client
102+
name: js-client-18
103103
- uses: actions/setup-node@v4
104104
with:
105105
node-version: 18

0 commit comments

Comments
 (0)