We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df053e commit 7deeaf7Copy full SHA for 7deeaf7
.github/workflows/dotnet.yml
@@ -32,3 +32,8 @@ jobs:
32
with:
33
name: Nuget
34
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