Skip to content

Commit

Permalink
fix node version reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
4upz committed May 24, 2024
1 parent ee6f0e7 commit dd8616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: zip dist-workspace.zip dist-workspace/* -r
- uses: actions/upload-artifact@v4
with:
name: dist-workspace-${{ matrix.node_version}}
name: dist-workspace-${{ matrix.node-version}}
path: dist-workspace.zip
release:
needs: build
Expand Down

0 comments on commit dd8616d

Please sign in to comment.