Skip to content

Commit e9c2f77

Browse files
authored
Merge pull request #6 from contentstack/fix/release-artifact-issue
fix: Unable to find an artifact with the name: lib
2 parents 205d771 + b05b1d6 commit e9c2f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Download dist
4545
uses: actions/download-artifact@v3
4646
with:
47-
name: lib
48-
path: lib
47+
name: dist
48+
path: dist
4949
- name: Display dirs
5050
run: ls -R
5151
- name: Release

0 commit comments

Comments
 (0)