Skip to content

Commit

Permalink
fix: Use correct build artifact name in release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Jan 8, 2022
1 parent 2d6a1f8 commit b8df195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/project/project_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class VSCodeExtensionProject extends TypeScriptAppProject {
name: "Download build artifacts",
uses: "actions/download-artifact@v2",
with: {
name: "dist",
name: "build-artifact",
path: "dist",
},
},
Expand Down

0 comments on commit b8df195

Please sign in to comment.