Skip to content

Commit 982e409

Browse files
authored
Create release build artifacts (#165)
* Create release build artifacts * Update dotnet-core.yml
1 parent 579480b commit 982e409

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
run: dotnet build --configuration Release --no-restore
2626
- name: Test
2727
run: dotnet test --no-restore --verbosity normal
28+
- name: Upload Release Build Artifacts
29+
uses: actions/[email protected]
30+
with:
31+
name: Release Build
32+
path: /home/runner/work/CommandLineParser.Core/CommandLineParser.Core/CommandLineParser/bin/Release/**/*

0 commit comments

Comments
 (0)