Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6a23257

Browse files
authored
Give artifact a unique version
1 parent 5a5e02c commit 6a23257

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424

2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
27+
- uses: aarnott/[email protected]
28+
id: nbgv
29+
2730
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2831
- uses: actions/checkout@v1
2932
with:
@@ -46,5 +49,5 @@ jobs:
4649
- name: Upload VSIX artifact
4750
uses: actions/upload-artifact@v1
4851
with:
49-
name: vsix
52+
name: GitHub.VisualStudio.${{ steps.nbgv.outputs.SemVer2 }}
5053
path: ${{ env.vsixContainer }}

0 commit comments

Comments
 (0)