Skip to content

Commit 5e3cbf9

Browse files
Merge pull request #115 from thomasclaudiushuber/issue-113
Adjust artifact names in pipeline
2 parents 6222667 + a0a02c7 commit 5e3cbf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack_mvvmgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upload Artifact
3535
uses: actions/upload-artifact@v4
3636
with:
37-
name: nupkg
37+
name: mvvmgen
3838
path: src/MvvmGen/bin/Release/*.nupkg
3939

4040
pack-mvvmgen-pure-code-generation:
@@ -68,6 +68,6 @@ jobs:
6868
- name: Upload Artifact
6969
uses: actions/upload-artifact@v4
7070
with:
71-
name: nupkg
71+
name: mvvmgen_pure
7272
path: src/MvvmGen/bin/MvvmGen_PureCodeGeneration/*.nupkg
7373

0 commit comments

Comments
 (0)