Skip to content

Commit be079cd

Browse files
committed
Convert CD type into matrix
Before: Files CD (Store Stable) / Deploy (Release, x64) After: Files CD / Deploy (Store Stable, Release, x64)
1 parent 397fa16 commit be079cd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/cd-sideload-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27+
environment: [Sideload Preview]
2728
configuration: [Release]
2829
platform: [x64]
2930
env:

.github/workflows/cd-sideload-stable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ on:
1818

1919
jobs:
2020
build:
21-
name: Deploy (Sideload Stable)
21+
name: Deploy
2222
runs-on: windows-latest
2323
environment: Deployments
2424
strategy:
2525
fail-fast: false
2626
matrix:
27+
environment: [Sideload Stable]
2728
configuration: [Release]
2829
platform: [x64]
2930
env:

.github/workflows/cd-store-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ on:
1717

1818
jobs:
1919
build:
20-
name: Deploy (Store Preview)
20+
name: Deploy
2121
runs-on: windows-latest
2222
environment: Deployments
2323
strategy:
2424
fail-fast: false
2525
matrix:
26+
environment: [Store Preview]
2627
configuration: [Release]
2728
platform: [x64]
2829
env:

.github/workflows/cd-store-stable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ on:
1717

1818
jobs:
1919
build:
20-
name: Deploy (Store Stable)
20+
name: Deploy
2121
runs-on: windows-latest
2222
environment: Deployments
2323
strategy:
2424
fail-fast: false
2525
matrix:
26+
environment: [Store Stable]
2627
configuration: [Release]
2728
platform: [x64]
2829
env:

0 commit comments

Comments
 (0)