Skip to content

Commit fdc7839

Browse files
authored
Update dotnet-core.yml
1 parent cf53e77 commit fdc7839

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet-core.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030
with:
3131
name: Release Build
3232
path: /home/runner/work/CommandLineParser.Core/CommandLineParser.Core/CommandLineParser/bin/Release/**/*
33+
- name: Upload Release Build Artifacts
34+
uses: actions/upload-artifact@v2.2.3
35+
with:
36+
name: Release Build Extensions
37+
path: /home/runner/work/CommandLineParser.Core/CommandLineParser.Core/Extensions/FluentValidationsExtensions/bin/Release/**/*

0 commit comments

Comments
 (0)