File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 25
25
run : dotnet build ./Backtrace/Backtrace.csproj --no-restore --configuration Release
26
26
27
27
- name : Pack
28
- run : dotnet pack ./Backtrace/Backtrace.csproj --configuration Release --no-build -o ./output/
29
-
30
- - name : print current tag version
31
- run : echo $GITHUB_REF ./output/Backtrace$GITHUB_REF.nupkg
28
+ run : dotnet pack ./Backtrace/Backtrace.csproj --configuration Release --no-build -o .
32
29
33
30
- name : Publish to NuGet
34
31
env :
35
32
NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
36
- run : dotnet nuget push ./output/ Backtrace.${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
33
+ run : dotnet nuget push ./Backtrace.${{ github.ref_name }}.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments