Skip to content

Commit

Permalink
Merge pull request #6 from contentstack/fix/release-artifact-issue
Browse files Browse the repository at this point in the history
fix: Unable to find an artifact with the name: lib
  • Loading branch information
aman19K authored Jan 16, 2025
2 parents 205d771 + b05b1d6 commit e9c2f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Download dist
uses: actions/download-artifact@v3
with:
name: lib
path: lib
name: dist
path: dist
- name: Display dirs
run: ls -R
- name: Release
Expand Down

0 comments on commit e9c2f77

Please sign in to comment.