Skip to content

Commit

Permalink
Fix artifact name in GH workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Oct 3, 2024
1 parent d8d852e commit 3c15e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode-extension-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.sample }}-sample
name: ${{ matrix.sample }}
path: vscode-extension-samples/${{ matrix.sample }}/*.vsix

0 comments on commit 3c15e74

Please sign in to comment.