Skip to content

Commit 9e0f87e

Browse files
committed
Fixing artifact step name
1 parent 747efec commit 9e0f87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
yarn package
6666
67-
- name: 'Extension VSIX'
67+
- name: 'Create VSIX artifact'
6868
uses: actions/upload-artifact@v4
6969
with:
7070
name: vscode-mssql

0 commit comments

Comments
 (0)