File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 build :
17- runs-on : windows -latest
17+ runs-on : ubuntu -latest
1818 steps :
1919 - name : Checkout repository
2020 uses : actions/checkout@v2
3434 uses : actions/upload-artifact@v2
3535 with :
3636 name : ${{ env.APP }}
37- path : src\ I8Beef.Ecobee\ bin\ Release\ netstandard2.0
37+ path : src/ I8Beef.Ecobee/ bin/ Release/ netstandard2.0
3838
3939 - name : Test
4040 run : dotnet test ${{ env.SOLUTION }} --no-restore --verbosity normal --logger trx --results-directory "TestResults"
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- runs-on : windows -latest
14+ runs-on : ubuntu -latest
1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@v2
4545 uses : actions/upload-artifact@v2
4646 with :
4747 name : ${{ env.APP }}
48- path : src\ I8Beef.Ecobee\ bin\ Release\ netstandard2.0
48+ path : src/ I8Beef.Ecobee/ bin/ Release/ netstandard2.0
4949
5050 - name : Upload TestResults build artifact
5151 uses : actions/upload-artifact@v2
6262
6363 - name : GitHub release
6464 uses : actions/create-release@v1
65- id : create_release
65+ id : release
6666 env :
6767 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868 with :
8282 path : out
8383
8484 - name : NuGet push
85- run : dotnet nuget push ".\ out\ *.nupkg" --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN }}
85+ run : dotnet nuget push "./ out/ *.nupkg" --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN }}
You can’t perform that action at this time.
0 commit comments