Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed PackageLinks
Browse files Browse the repository at this point in the history
danzuep committed Dec 6, 2023
1 parent 18c89cb commit 011df1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ jobs:
run: |
echo "Project Name: ${{ inputs.projectName }}";
dotnet --version;
dotnet workload install maui android ${{ env.PackageLinks }}
dotnet workload install maui android
# dotnet nuget locals all --clear
# dotnet workload install maui android ios maccatalyst tvos macos wasm-tools ${{ env.PackageLinks }}
env:

0 comments on commit 011df1c

Please sign in to comment.