File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 17
17
if : ${{ env.VERSION == '' }}
18
18
run : exit 1
19
19
- name : Build ImageSharp Package
20
- run : dotnet pack ./src/ImageSharpCommunity.Providers.Remote /ImageSharpCommunity.Providers.Remote .csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release
20
+ run : dotnet pack ./src/ImageSharpCommunity.Formats.Pdf /ImageSharpCommunity.Formats.Pdf .csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release
21
21
- name : Pack
22
- run : dotnet pack ./src/ImageSharpCommunity.Providers.Remote /ImageSharpCommunity.Providers.Remote .csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release --no-build
22
+ run : dotnet pack ./src/ImageSharpCommunity.Formats.Pdf /ImageSharpCommunity.Formats.Pdf .csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release --no-build
23
23
- name : Push to NuGet
24
- run : dotnet nuget push **\ImageSharpCommunity.Providers.Remote.${VERSION}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
25
- - name : Build Umbraco Package
26
- run : dotnet pack ./src/Umbraco.Community.ImageSharpRemoteImages/Umbraco.Community.ImageSharpRemoteImages.csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release
27
- - name : Pack
28
- run : dotnet pack ./src/Umbraco.Community.ImageSharpRemoteImages/Umbraco.Community.ImageSharpRemoteImages.csproj /p:NuGetVersion=${VERSION} /p:Version=${VERSION} --output . --configuration Release --no-build
29
- - name : Push to NuGet
30
- run : dotnet nuget push **\Umbraco.Community.ImageSharpRemoteImages.${VERSION}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
24
+ run : dotnet nuget push **\ImageSharpCommunity.Formats.Pdf.${VERSION}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments