Skip to content

Commit 975a5a7

Browse files
committed
ci: fix deployment process
1 parent cd22a0a commit 975a5a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
dotnet-version: "10.0.x"
3939

40-
# - name: Restore workloads
41-
# run: dotnet workload restore
40+
- name: Restore workloads
41+
run: dotnet workload restore
4242

4343
- name: Build
4444
run: dotnet build OneSignalSDK.DotNet/OneSignalSDK.DotNet.csproj -c Release /p:Version=${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)