Skip to content

Commit 858a1c6

Browse files
committed
restore
1 parent 38f9a5f commit 858a1c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,15 @@ jobs:
7979
echo "⚠️ .NET nuspec not found — skipping"
8080
fi
8181
82+
- name: Install required .NET workloads
83+
run: |
84+
dotnet workload install android ios wasm-tools
85+
8286
- name: Build .NET solution
8387
run: |
8488
dotnet restore
8589
dotnet build OneSignal.sln /t:Rebuild /p:Configuration=Release /p:Version=${{ inputs.dotnet_version }}
86-
90+
8791
- name: Commit and push release branch
8892
run: |
8993
git add .

0 commit comments

Comments
 (0)