File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
run : |
44
44
$version=${{ steps.tag.outputs.result }}
45
45
$version=$version.replace("refs/tags/v", "")
46
- $package="package/Matomo.Maui." + $version + ".nupkg"
46
+ $package="../ package/Matomo.Maui." + $version + ".nupkg"
47
47
dotnet nuget push $package -k "$env:NUGET_ORG_TOKEN" -s https://api.nuget.org/v3/index.json
48
48
env :
49
49
NUGET_ORG_TOKEN : ${{ secrets.NUGET_ORG_TOKEN }}
Original file line number Diff line number Diff line change 44
44
run : |
45
45
$version=${{ steps.tag.outputs.result }}
46
46
$version=$version.replace("refs/tags/v", "")
47
- $package="package/Matomo.Maui." + $version + ".nupkg"
47
+ $package="../ package/Matomo.Maui." + $version + ".nupkg"
48
48
dotnet nuget push $package -k "$env:NUGET_ORG_TOKEN" -s https://api.nuget.org/v3/index.json
49
49
env :
50
50
NUGET_ORG_TOKEN : ${{ secrets.NUGET_ORG_TOKEN }}
You can’t perform that action at this time.
0 commit comments