Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 25, 2023
1 parent 91712d8 commit 82a406b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Set iOS universal link
run: awk -v old="bp.bitplatform.dev" -v new="adminpanel.bitplatform.dev" '{gsub(old, new, $0); print $0}' AdminPanel/src/Client/AdminPanel.Client.Maui/Platforms/iOS/Entitlements.plist
run: awk -v old="bp.bitplatform.dev" -v new="adminpanel.bitplatform.dev" '{gsub(old, new, $0); print $0}' AdminPanel/src/Client/AdminPanel.Client.Maui/Platforms/iOS/Entitlements.plist | tee AdminPanel/src/Client/AdminPanel.Client.Maui/Platforms/iOS/Entitlements.plist

- name: Install maui
run: cd src && dotnet workload install maui
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
ApiServerAddress: ${{ env.API_SERVER_ADDRESS }}

- name: Set iOS universal link
run: awk -v old="bp.bitplatform.dev" -v new="todo.bitplatform.dev" '{gsub(old, new, $0); print $0}' TodoSample/src/Client/TodoSample.Client.Maui/Platforms/iOS/Entitlements.plist
run: awk -v old="bp.bitplatform.dev" -v new="todo.bitplatform.dev" '{gsub(old, new, $0); print $0}' TodoSample/src/Client/TodoSample.Client.Maui/Platforms/iOS/Entitlements.plist | tee TodoSample/src/Client/TodoSample.Client.Maui/Platforms/iOS/Entitlements.plist

- name: Install maui
run: cd src && dotnet workload install maui
Expand Down

0 comments on commit 82a406b

Please sign in to comment.