Skip to content

Commit 3fbf1e5

Browse files
committed
fix: include should only be specified once, it is a list
1 parent 673da06 commit 3fbf1e5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
include:
1919
- unity-version: "2022.3.9"
2020
unity-version-revision: "f1"
21-
include:
2221
- unity-version: "2022.3.62"
2322
unity-version-revision: "f2"
2423
steps:

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
include:
1616
- unity-version: "2022.3.9"
1717
unity-version-revision: "f1"
18-
include:
1918
- unity-version: "2022.3.62"
2019
unity-version-revision: "f2"
2120
steps:

0 commit comments

Comments
 (0)