Skip to content

Commit 7d408b0

Browse files
authored
Merge pull request #70 from microsoft/alzollin/updateReleasnotes
Update npm install command to use correct package name for WinAppCli
2 parents 85885d2 + 35139c7 commit 7d408b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
### 📚 NPM Package (for Electron or NodeJS)
120120
```bash
121-
npm install microsoft-winapp-${{ steps.build.outputs.version }}.tgz
121+
npm install microsoft-winappcli-${{ steps.build.outputs.version }}.tgz
122122
```
123123
124124
## What's Included

0 commit comments

Comments
 (0)