Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacivale authored Mar 3, 2025
1 parent 74f440d commit 8111c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Install .NET MAUI Workload
run: dotnet workload restore ${{ env.PluginSolutionPath }}
run: dotnet workload install maui --source https://api.nuget.org/v3/index.json

- name: Build Plugin.Maui.BottomSheet
run: dotnet build ${{ env.PluginSolutionPath }} -c ${{ env.Configuration }} -p:Version=${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 8111c73

Please sign in to comment.