Skip to content

Commit d6bb284

Browse files
committed
update organization name referenced
1 parent 9907843 commit d6bb284

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

.github/workflows/publish.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,119 +18,119 @@ jobs:
1818
- name: Checkout `simulation`
1919
uses: actions/checkout@v4.1.2
2020
with:
21-
repository: game-simulations/simulation
21+
repository: simulation-tree/simulation
2222
token: ${{ secrets.PAT }}
2323
path: simulation
2424

2525
- name: Checkout `text-rendering`
2626
uses: actions/checkout@v4.1.2
2727
with:
28-
repository: game-simulations/text-rendering
28+
repository: simulation-tree/text-rendering
2929
token: ${{ secrets.PAT }}
3030
path: text-rendering
3131

3232
- name: Checkout `freetype`
3333
uses: actions/checkout@v4.1.2
3434
with:
35-
repository: game-simulations/freetype
35+
repository: simulation-tree/freetype
3636
token: ${{ secrets.PAT }}
3737
path: freetype
3838

3939
- name: Checkout `data`
4040
uses: actions/checkout@v4.1.2
4141
with:
42-
repository: game-simulations/data
42+
repository: simulation-tree/data
4343
token: ${{ secrets.PAT }}
4444
path: data
4545

4646
- name: Checkout `unmanaged`
4747
uses: actions/checkout@v4.1.2
4848
with:
49-
repository: game-simulations/unmanaged
49+
repository: simulation-tree/unmanaged
5050
token: ${{ secrets.PAT }}
5151
path: unmanaged
5252

5353
- name: Checkout `font-systems`
5454
uses: actions/checkout@v4.1.2
5555
with:
56-
repository: game-simulations/font-systems
56+
repository: simulation-tree/font-systems
5757
token: ${{ secrets.PAT }}
5858
path: font-systems
5959

6060
- name: Checkout `data-systems`
6161
uses: actions/checkout@v4.1.2
6262
with:
63-
repository: game-simulations/data-systems
63+
repository: simulation-tree/data-systems
6464
token: ${{ secrets.PAT }}
6565
path: data-systems
6666

6767
- name: Checkout `collections`
6868
uses: actions/checkout@v4.1.2
6969
with:
70-
repository: game-simulations/collections
70+
repository: simulation-tree/collections
7171
token: ${{ secrets.PAT }}
7272
path: collections
7373

7474
- name: Checkout `worlds`
7575
uses: actions/checkout@v4.1.2
7676
with:
77-
repository: game-simulations/worlds
77+
repository: simulation-tree/worlds
7878
token: ${{ secrets.PAT }}
7979
path: worlds
8080

8181
- name: Checkout `fonts`
8282
uses: actions/checkout@v4.1.2
8383
with:
84-
repository: game-simulations/fonts
84+
repository: simulation-tree/fonts
8585
token: ${{ secrets.PAT }}
8686
path: fonts
8787

8888
- name: Checkout `types`
8989
uses: actions/checkout@v4.1.2
9090
with:
91-
repository: game-simulations/types
91+
repository: simulation-tree/types
9292
token: ${{ secrets.PAT }}
9393
path: types
9494

9595
- name: Checkout `textures`
9696
uses: actions/checkout@v4.1.2
9797
with:
98-
repository: game-simulations/textures
98+
repository: simulation-tree/textures
9999
token: ${{ secrets.PAT }}
100100
path: textures
101101

102102
- name: Checkout `rendering`
103103
uses: actions/checkout@v4.1.2
104104
with:
105-
repository: game-simulations/rendering
105+
repository: simulation-tree/rendering
106106
token: ${{ secrets.PAT }}
107107
path: rendering
108108

109109
- name: Checkout `bin-packer`
110110
uses: actions/checkout@v4.1.2
111111
with:
112-
repository: game-simulations/bin-packer
112+
repository: simulation-tree/bin-packer
113113
token: ${{ secrets.PAT }}
114114
path: bin-packer
115115

116116
- name: Checkout `shaders`
117117
uses: actions/checkout@v4.1.2
118118
with:
119-
repository: game-simulations/shaders
119+
repository: simulation-tree/shaders
120120
token: ${{ secrets.PAT }}
121121
path: shaders
122122

123123
- name: Checkout `meshes`
124124
uses: actions/checkout@v4.1.2
125125
with:
126-
repository: game-simulations/meshes
126+
repository: simulation-tree/meshes
127127
token: ${{ secrets.PAT }}
128128
path: meshes
129129

130130
- name: Checkout `materials`
131131
uses: actions/checkout@v4.1.2
132132
with:
133-
repository: game-simulations/materials
133+
repository: simulation-tree/materials
134134
token: ${{ secrets.PAT }}
135135
path: materials
136136

.github/workflows/test.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,119 +31,119 @@ jobs:
3131
- name: Checkout `simulation`
3232
uses: actions/checkout@v4.1.2
3333
with:
34-
repository: game-simulations/simulation
34+
repository: simulation-tree/simulation
3535
token: ${{ secrets.PAT }}
3636
path: simulation
3737

3838
- name: Checkout `text-rendering`
3939
uses: actions/checkout@v4.1.2
4040
with:
41-
repository: game-simulations/text-rendering
41+
repository: simulation-tree/text-rendering
4242
token: ${{ secrets.PAT }}
4343
path: text-rendering
4444

4545
- name: Checkout `freetype`
4646
uses: actions/checkout@v4.1.2
4747
with:
48-
repository: game-simulations/freetype
48+
repository: simulation-tree/freetype
4949
token: ${{ secrets.PAT }}
5050
path: freetype
5151

5252
- name: Checkout `data`
5353
uses: actions/checkout@v4.1.2
5454
with:
55-
repository: game-simulations/data
55+
repository: simulation-tree/data
5656
token: ${{ secrets.PAT }}
5757
path: data
5858

5959
- name: Checkout `unmanaged`
6060
uses: actions/checkout@v4.1.2
6161
with:
62-
repository: game-simulations/unmanaged
62+
repository: simulation-tree/unmanaged
6363
token: ${{ secrets.PAT }}
6464
path: unmanaged
6565

6666
- name: Checkout `font-systems`
6767
uses: actions/checkout@v4.1.2
6868
with:
69-
repository: game-simulations/font-systems
69+
repository: simulation-tree/font-systems
7070
token: ${{ secrets.PAT }}
7171
path: font-systems
7272

7373
- name: Checkout `data-systems`
7474
uses: actions/checkout@v4.1.2
7575
with:
76-
repository: game-simulations/data-systems
76+
repository: simulation-tree/data-systems
7777
token: ${{ secrets.PAT }}
7878
path: data-systems
7979

8080
- name: Checkout `collections`
8181
uses: actions/checkout@v4.1.2
8282
with:
83-
repository: game-simulations/collections
83+
repository: simulation-tree/collections
8484
token: ${{ secrets.PAT }}
8585
path: collections
8686

8787
- name: Checkout `worlds`
8888
uses: actions/checkout@v4.1.2
8989
with:
90-
repository: game-simulations/worlds
90+
repository: simulation-tree/worlds
9191
token: ${{ secrets.PAT }}
9292
path: worlds
9393

9494
- name: Checkout `fonts`
9595
uses: actions/checkout@v4.1.2
9696
with:
97-
repository: game-simulations/fonts
97+
repository: simulation-tree/fonts
9898
token: ${{ secrets.PAT }}
9999
path: fonts
100100

101101
- name: Checkout `types`
102102
uses: actions/checkout@v4.1.2
103103
with:
104-
repository: game-simulations/types
104+
repository: simulation-tree/types
105105
token: ${{ secrets.PAT }}
106106
path: types
107107

108108
- name: Checkout `textures`
109109
uses: actions/checkout@v4.1.2
110110
with:
111-
repository: game-simulations/textures
111+
repository: simulation-tree/textures
112112
token: ${{ secrets.PAT }}
113113
path: textures
114114

115115
- name: Checkout `rendering`
116116
uses: actions/checkout@v4.1.2
117117
with:
118-
repository: game-simulations/rendering
118+
repository: simulation-tree/rendering
119119
token: ${{ secrets.PAT }}
120120
path: rendering
121121

122122
- name: Checkout `bin-packer`
123123
uses: actions/checkout@v4.1.2
124124
with:
125-
repository: game-simulations/bin-packer
125+
repository: simulation-tree/bin-packer
126126
token: ${{ secrets.PAT }}
127127
path: bin-packer
128128

129129
- name: Checkout `shaders`
130130
uses: actions/checkout@v4.1.2
131131
with:
132-
repository: game-simulations/shaders
132+
repository: simulation-tree/shaders
133133
token: ${{ secrets.PAT }}
134134
path: shaders
135135

136136
- name: Checkout `meshes`
137137
uses: actions/checkout@v4.1.2
138138
with:
139-
repository: game-simulations/meshes
139+
repository: simulation-tree/meshes
140140
token: ${{ secrets.PAT }}
141141
path: meshes
142142

143143
- name: Checkout `materials`
144144
uses: actions/checkout@v4.1.2
145145
with:
146-
repository: game-simulations/materials
146+
repository: simulation-tree/materials
147147
token: ${{ secrets.PAT }}
148148
path: materials
149149

source/TextRendering.Systems.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
1212
<Title>Text Rendering Systems</Title>
1313
<Authors>popcron</Authors>
14-
<Company>game-simulations</Company>
15-
<RepositoryUrl>https://github.com/game-simulations/text-rendering-systems</RepositoryUrl>
14+
<Company>simulation-tree</Company>
15+
<RepositoryUrl>https://github.com/simulation-tree/text-rendering-systems</RepositoryUrl>
1616
<PackageId/>
1717
</PropertyGroup>
1818

0 commit comments

Comments
 (0)