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 7663419 commit 082ac2aCopy full SHA for 082ac2a
.github/workflows/dotnet.yml
@@ -30,12 +30,12 @@ jobs:
30
- name: Build Release
31
run: dotnet build --configuration Release --no-restore
32
- name: Upload Nuget Package Build Artifact
33
- uses: actions/upload-artifact@v2.2.3
+ uses: actions/upload-artifact@v4
34
with:
35
name: Nuget
36
path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/*.nupkg
37
- name: Upload Release Build Artifacts
38
39
40
name: Release Build
41
path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/**/*
0 commit comments