Skip to content

Commit e5b2ccc

Browse files
authored
fix(ci): artifacts includes irrelevant files #4505
Problem: The build artifacts zip includes the `aws-toolkit-vscode.code-workspace` file. Solution: Adjust the include pattern.
1 parent c77fc07 commit e5b2ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/packageTestVsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ phases:
3232

3333
artifacts:
3434
files:
35-
- aws-toolkit-vscode*
35+
- aws-toolkit-vscode*vsix
3636
discard-paths: true

0 commit comments

Comments
 (0)