@@ -15,19 +15,19 @@ jobs:
1515 with :
1616 path : ${{ github.event.repository.name }}
1717
18- - name : Checkout `textures `
18+ - name : Checkout `bin-packer `
1919 uses : actions/checkout@v4.1.2
2020 with :
21- repository : simulation-tree/textures
21+ repository : simulation-tree/bin-packer
2222 token : ${{ secrets.PAT }}
23- path : textures
23+ path : bin-packer
2424
25- - name : Checkout `worlds `
25+ - name : Checkout `fonts `
2626 uses : actions/checkout@v4.1.2
2727 with :
28- repository : simulation-tree/worlds
28+ repository : simulation-tree/fonts
2929 token : ${{ secrets.PAT }}
30- path : worlds
30+ path : fonts
3131
3232 - name : Checkout `rendering`
3333 uses : actions/checkout@v4.1.2
@@ -36,19 +36,19 @@ jobs:
3636 token : ${{ secrets.PAT }}
3737 path : rendering
3838
39- - name : Checkout `fonts `
39+ - name : Checkout `worlds `
4040 uses : actions/checkout@v4.1.2
4141 with :
42- repository : simulation-tree/fonts
42+ repository : simulation-tree/worlds
4343 token : ${{ secrets.PAT }}
44- path : fonts
44+ path : worlds
4545
46- - name : Checkout `bin-packer `
46+ - name : Checkout `textures `
4747 uses : actions/checkout@v4.1.2
4848 with :
49- repository : simulation-tree/bin-packer
49+ repository : simulation-tree/textures
5050 token : ${{ secrets.PAT }}
51- path : bin-packer
51+ path : textures
5252
5353 - name : Checkout `unmanaged`
5454 uses : actions/checkout@v4.1.2
@@ -64,12 +64,19 @@ jobs:
6464 token : ${{ secrets.PAT }}
6565 path : types
6666
67- - name : Checkout `shaders `
67+ - name : Checkout `collections `
6868 uses : actions/checkout@v4.1.2
6969 with :
70- repository : simulation-tree/shaders
70+ repository : simulation-tree/collections
7171 token : ${{ secrets.PAT }}
72- path : shaders
72+ path : collections
73+
74+ - name : Checkout `materials`
75+ uses : actions/checkout@v4.1.2
76+ with :
77+ repository : simulation-tree/materials
78+ token : ${{ secrets.PAT }}
79+ path : materials
7380
7481 - name : Checkout `meshes`
7582 uses : actions/checkout@v4.1.2
@@ -78,33 +85,24 @@ jobs:
7885 token : ${{ secrets.PAT }}
7986 path : meshes
8087
81- - name : Checkout `materials `
88+ - name : Checkout `shaders `
8289 uses : actions/checkout@v4.1.2
8390 with :
84- repository : simulation-tree/materials
91+ repository : simulation-tree/shaders
8592 token : ${{ secrets.PAT }}
86- path : materials
93+ path : shaders
8794
8895 - name : Checkout `data`
8996 uses : actions/checkout@v4.1.2
9097 with :
9198 repository : simulation-tree/data
9299 token : ${{ secrets.PAT }}
93100 path : data
94-
95- - name : Checkout `collections`
96- uses : actions/checkout@v4.1.2
97- with :
98- repository : simulation-tree/collections
99- token : ${{ secrets.PAT }}
100- path : collections
101101
102102 - name : Setup
103103 uses : actions/setup-dotnet@v4
104104 with :
105- dotnet-version : |
106- 9.0.x
107- 10.0.x
105+ dotnet-version : 9.0.x
108106
109107 - name : Set VERSION variable from tag
110108 run : echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
@@ -122,7 +120,7 @@ jobs:
122120 run : dotnet build "${{ github.event.repository.name }}/tests" -c Release /p:Version=${VERSION}
123121
124122 - name : Test
125- run : dotnet test "${{ github.event.repository.name }}/tests" -c Release --logger "trx" --framework net10.0
123+ run : dotnet test "${{ github.event.repository.name }}/tests" -c Release --logger "trx"
126124
127125 - name : Pack `TextRendering`
128126 run : dotnet pack "${{ github.event.repository.name }}/source" /p:Version=${VERSION} --no-build --output .
0 commit comments