Skip to content

Commit 7deeaf7

Browse files
committed
Upload release build artifact
1 parent 2df053e commit 7deeaf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232
with:
3333
name: Nuget
3434
path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/*.nupkg
35+
- name: Upload Release Build Artifacts
36+
uses: actions/upload-artifact@v2.2.3
37+
with:
38+
name: Release Build
39+
path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/**/*

0 commit comments

Comments
 (0)